'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.