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




In This Topic
    Equals(ImGearThumbnailPage) Method
    In This Topic
    Determines whether the specified ImGearThumbnailPage is equal to the current ThumbnailPage.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As ImGearThumbnailPage _
    ) As Boolean
    'Usage
     
    Dim instance As ImGearThumbnailPage
    Dim other As ImGearThumbnailPage
    Dim value As Boolean
     
    value = instance.Equals(other)
    public bool Equals( 
       ImGearThumbnailPage other
    )
    public: bool Equals( 
       ImGearThumbnailPage* other
    ) 
    public:
    bool Equals( 
       ImGearThumbnailPage^ other
    ) 

    Parameters

    other
    The ImGearThumbnailPage to compare with the current ThumbnailPage.

    Return Value

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