ImageGear .NET v25.2 - Updated
Equals Method (ImGearARTAccessRights)




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTAccessRights Class : Equals Method
The System.Object to compare with the current System.Object.
Determines whether the specified System.Object is equal to the current System.Object.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
'Usage
 
Dim instance As ImGearARTAccessRights
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
public override bool Equals( 
   object obj
)
public: bool Equals( 
   Object* obj
) override 
public:
bool Equals( 
   Object^ obj
) override 

Parameters

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

Return Value

Boolean value.
See Also

Reference

ImGearARTAccessRights Class
ImGearARTAccessRights Members

Is this page helpful?
Yes No
Thanks for your feedback.