Determines whether the current instance and the specified object represent the same type and value.
- other
- Documentation for this section has not yet been entered.
The following table defines the conditions under which the return value is true or false:
Returned Value HasValue Condition obj.HasValue Condition false The current instance and obj have different types. The current instance and obj have different types. true false obj is null. false true obj is null. true false false false false true false true false Value.Equals(obj.Value) true true
Note: This method overrides object.Equals(object).
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0