Spread Silverlight Documentation
Inequality Operator (GcColor)


The first GrapeCity.Excel.GcColors to compare.
The second GrapeCity.Excel.GcColors to compare.
Compares two GrapeCity.Excel.GcColors for exact inequality.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal color1 As GcColor, _
   ByVal color2 As GcColor _
) As System.Boolean
'Usage
 
public System.bool operator !=( 
   GcColor color1,
   GcColor color2
)

Parameters

color1
The first GrapeCity.Excel.GcColors to compare.
color2
The second GrapeCity.Excel.GcColors to compare.

Return Value

true if the two GrapeCity.Excel.GcColors have the different ARGB value; 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

GcColor Structure
GcColor Members

 

 


Copyright © GrapeCity, inc. All rights reserved.