ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailPage Class / Equals Method / Equals(Object) Method
The object to compare with the current ImGearThumbnailPage.




In This Topic
    Equals(Object) Method
    In This Topic
    Determines whether the specified object is equal to the current ImGearThumbnailPage.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    'Usage
     
    Dim instance As ImGearThumbnailPage
    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 with the current ImGearThumbnailPage.

    Return Value

    true if the specified object is equal to the current ImGearThumbnailPage; otherwise, false.
    See Also