Bridge

Object..::..Equals Method (Object, Object)

Determines whether the specified object instances are considered equal.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static bool Equals(
	Object a,
	Object b
)
<TemplateAttribute> _
Public Shared Function Equals ( _
	a As Object, _
	b As Object _
) As Boolean
[TemplateAttribute]
public:
static bool^ Equals(
	Object^ a, 
	Object^ b
)

Parameters

a
Type: System..::..Object
b
Type: System..::..Object

Return Value

true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.