ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTAccessRights Class / Equals Method
The System.Object to compare with the current System.Object.




In This Topic
    Equals Method (ImGearARTAccessRights)
    In This Topic
    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