Returns a value that indicates whether this instance is equal to a specified object.
Namespace: System.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
An object to compare with this instance, or null.
Return Value
Type:
Booleantrue if
obj equals the type and value of this instance; otherwise, false.
See Also