ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTThickness Structure / Equals Method / Equals(Object) Method
The object to compare.




In This Topic
    Equals(Object) Method
    In This Topic
    Compares this ImGearARTThickness structure to another System.Object for equality.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    'Usage
     
    Dim instance As ImGearARTThickness
    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 object to compare.

    Return Value

    Returns true if the two objects are equal; otherwise, false.
    See Also