Bridge

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

Determines whether the specified object is equal to the current object.

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

Syntax


[TemplateAttribute]
public virtual bool Equals(
	Object o
)
<TemplateAttribute> _
Public Overridable Function Equals ( _
	o As Object _
) As Boolean
[TemplateAttribute]
public:
virtual bool^ Equals(
	Object^ o
)

Parameters

o
Type: System..::..Object

Return Value

true if the specified object is equal to the current object; otherwise, false.