MonobjcMonobjc Documented Class Library
Equals Method (obj)
NamespacesMonobjc.FoundationNSRectEquals(Object)
Indicates whether this instance and a specified object are equal.
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)
Another object to compare to.
Return Value
true if obj and this instance are the same type and represent the same value; otherwise, false.
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.Foundation (Module: Monobjc.Foundation)