Class ValueType
- Namespace
- System
- Assembly
- mscorlib.dll
Provides the base class for value types.
public abstract class ValueType
- Inheritance
-
ValueType
- Derived
- Inherited Members
- Extension Methods
Constructors
ValueType()
protected ValueType()
Methods
Equals(object)
Indicates whether this instance and a specified object are equal.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with the current instance.
Returns
- bool
true if obj and this instance are the same type and represent the same value; otherwise, false.