'Declaration Public Operator <>( _ ByVal thumbnailPage1 As ImGearThumbnailPage, _ ByVal thumbnailPage2 As ImGearThumbnailPage _ ) As Boolean
'Usage
public bool operator !=( ImGearThumbnailPage thumbnailPage1, ImGearThumbnailPage thumbnailPage2 )
public: bool op_Inequality( ImGearThumbnailPage* thumbnailPage1, ImGearThumbnailPage* thumbnailPage2 )
public: bool operator !=( ImGearThumbnailPage^ thumbnailPage1, ImGearThumbnailPage^ thumbnailPage2 )
Parameters
- thumbnailPage1
- First object to compare.
- thumbnailPage2
- Second object to compare.
Return Value
True if objects are not equal.