Class ValueType
Provides the base class for value types.
Inherited Members
Namespace: System
Assembly: mscorlib.dll
Syntax
public abstract class ValueType
Methods
Equals(Object)
Indicates whether this instance and a specified object are equal.
Declaration
public extern override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
Object | obj | The object to compare with the current instance. |
Returns
Type | Description |
---|---|
Boolean | true if obj and this instance are the same type and represent the same value; otherwise, false. |