Click or drag to resize
ObjectEquals Method (Object)
Determines whether the specified Object is equal to the current Object.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare with the current object.

Return Value

Type: Boolean
true if the specified Object is equal to the current Object; otherwise, false.
See Also