Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / SizeInt Structure / Equals Method / Equals(SizeInt) Method
The value to compare with the current value.


In This Topic
Equals(SizeInt) Method
In This Topic
Indicates whether this value and a specified value are equal.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal obj As SizeInt _
) As Boolean
 
'Usage
 
Dim instance As SizeInt
Dim obj As SizeInt
Dim value As Boolean
 
value = instance.Equals(obj)

Parameters

obj
The value to compare with the current value.

Return Value

true if obj and this value represent the same value; otherwise, false.
See Also