ImageGear .NET v24.12 - Updated
Equals(ImGearThumbnailPage) Method




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailPage Class > Equals Method : Equals(ImGearThumbnailPage) Method
The ImGearThumbnailPage to compare with the current ThumbnailPage.
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

Reference

ImGearThumbnailPage Class
ImGearThumbnailPage Members
Overload List