MonobjcMonobjc Documented Class Library
Equals Method (obj)
NamespacesMonobjcIdEquals(Object)
Determines whether the specified Object is equal to the current Object.
Declaration Syntax
C#Visual BasicVisual C++
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
Parameters
obj (Object)
The Object to compare with the current Object.
Return Value
true if the specified Object is equal to the current Object; otherwise, false.
Exceptions
ExceptionCondition
NullReferenceExceptionThe obj parameter is null.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc (Module: Monobjc)