Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Fill Structure / Equality Operator
The first value to compare.
The second value to compare.


In This Topic
Equality Operator (Fill)
In This Topic
Returns a value that indicates whether two specified Fill values are equal.
Syntax
'Declaration
 
Public Operator =( _
   ByVal left As Fill, _
   ByVal right As Fill _
) As Boolean
 
'Usage
 

Parameters

left
The first value to compare.
right
The second value to compare.

Return Value

true if left and right are equal; otherwise, false.
See Also