Spread WPF Documentation
Equality Operator (GcSize)


A GrapeCity.Excel.GcSize to compare
A GrapeCity.Excel.GcSize to compare
Compares two instance of GrapeCity.Excel.GcSize for equality
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 equal; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

GcSize Structure
GcSize Members

 

 


Copyright © GrapeCity, inc. All rights reserved.