Returns a value that indicates whether two specified
Fill values are equal.
'Declaration
Public Operator =( _
ByVal As Fill, _
ByVal As Fill _
) As Boolean
Parameters
- left
- The first value to compare.
- right
- The second value to compare.
Return Value
true
if and are equal; otherwise, false
.