MonobjcMonobjc Documented Class Library
Equals Method (other)
NamespacesMonobjcIdEquals(Id)
Indicates whether the current object is equal to another object of the same type.
Declaration Syntax
C#Visual BasicVisual C++
public bool Equals(
	Id other
)
Public Function Equals ( _
	other As Id _
) As Boolean
public:
virtual bool Equals(
	Id^ other
) sealed
Parameters
other (Id)
An object to compare with this object.
Return Value
true if the current object is equal to the other parameter; 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 (Module: Monobjc)