Indicates whether the current instance is equal to the specified object.
Syntax
[System.Runtime.ConstrainedExecution.ReliabilityContract(System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, System.Runtime.ConstrainedExecution.Cer.Success)]
public override
bool Equals (
object obj)
Parameters
- obj
-
The object to compare to the current instance.
Returns
true if obj is a RuntimeFieldHandle and equal to the value of the current instance; otherwise, false.
Remarks
Requirements
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0