Intersoft ClientUI Documentation
Equals(Object) Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > SubscriptionToken Class > Equals Method : Equals(Object) Method






obj
The System.Object to compare with the current System.Object.
Determines whether the specified System.Object is equal to the current System.Object.

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SubscriptionToken
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
C# 
public override bool Equals( 
   object obj
)
Delphi 
public function Equals( 
    obj: TObject
): Boolean; override; 
JScript 
public override function Equals( 
   obj : Object
) : boolean;
Managed Extensions for C++ 
public: bool Equals( 
   Object* obj
) override 
C++/CLI 
public:
bool Equals( 
   Object^ obj
) override 

Parameters

obj
The System.Object to compare with the current System.Object.

Return Value

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

Exceptions

ExceptionDescription
System.NullReferenceExceptionThe parameter is null.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.