Spread Silverlight Documentation
Equals(GcColor,GcColor) Method


The first GrapeCity.Excel.GcColors to compare.
The second GrapeCity.Excel.GcColors to compare.
Indicates whether the specified GrapeCity.Excel.GcColors are equal.
Syntax
'Declaration
 
Public Overloads Shared Function Equals( _
   ByVal color1 As GcColor, _
   ByVal color2 As GcColor _
) As System.Boolean
'Usage
 
Dim color1 As GcColor
Dim color2 As GcColor
Dim value As System.Boolean
 
value = GcColor.Equals(color1, color2)
public static System.bool Equals( 
   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 GrapeCity.Excel.GcColor have the sameARGB 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
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.