Spread Silverlight Documentation
Inequality Operator (GcSize)


A GrapeCity.Excel.GcSize to compare
A GrapeCity.Excel.GcSize to compare
Compares two instance of GrapeCity.Excel.GcSize for inequality
Syntax
'Declaration
 
Public Operator <>( _
   ByVal size1 As GcSize, _
   ByVal size2 As GcSize _
) As System.Boolean
'Usage
 
public System.bool operator !=( 
   GcSize size1,
   GcSize size2
)

Parameters

size1
A GrapeCity.Excel.GcSize to compare
size2
A GrapeCity.Excel.GcSize to compare

Return Value

true if the two instance of GrapeCity.Excel.GcSize are not equal; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GcSize Structure
GcSize Members

 

 


Copyright © GrapeCity, inc. All rights reserved.