ObjectEquals Method (Object) |
Determines whether the specified
Object is equal to the current
Object.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
The object to compare with the current object.
Return Value
Type:
Booleantrue if the specified
Object is equal to the current
Object; otherwise, false.
See Also