Spread Silverlight Documentation
Equals(GcSize,GcSize) Method


A GrapeCity.Excel.GcSize to compare
A GrapeCity.Excel.GcSize to compare
Compares two instance of GrapeCity.Excel.GcSize for equality
Syntax
'Declaration
 
Public Overloads Shared Function Equals( _
   ByVal size1 As GcSize, _
   ByVal size2 As GcSize _
) As System.Boolean
'Usage
 
Dim size1 As GcSize
Dim size2 As GcSize
Dim value As System.Boolean
 
value = GcSize.Equals(size1, size2)
public static System.bool Equals( 
   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, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GcSize Structure
GcSize Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.