Chili.Opf3 Send comments on this topic.
Equals Method
See Also 
Chili.Opf3 Namespace > Generic ID Class : Equals Method




obj
Object that is checked to be equal with the current one.
Determines whether two instances are equal.

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable Function Equals( _
   ByVal obj As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ID(Of T)
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
C# 
public override bool Equals( 
   object obj
)
Managed Extensions for C++ 
public: bool Equals( 
   Object* obj
) override 
C++/CLI 
public:
bool Equals( 
   Object^ obj
) override 

Parameters

obj
Object that is checked to be equal with the current one.

Return Value

Returns true if both objects are equal.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also