public static bool Equals (object objA, object objB);
Parameters
objA
Object
The first object to compare.
objB
Object
The second object to compare.
Returns
Boolean
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.