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






other
An object to compare with this object.
Indicates whether the current object is equal to another object of the same type.

Syntax

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

Parameters

other
An object to compare with this object.

Return Value

true if the current object is equal to the other parameter; otherwise, false.

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.