Spread Windows Forms 12.0 Product Documentation
Equals(Fill) Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Fill Structure > Equals Method : Equals(Fill) Method
The other.
Equalses the specified other.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByRef other As Fill _
) As Boolean
'Usage
 
Dim instance As Fill
Dim other As Fill
Dim value As Boolean
 
value = instance.Equals(other)
public bool Equals( 
   ref Fill other
)

Parameters

other
The other.

Return Value

true if equal to other, false otherwise.
See Also

Reference

Fill Structure
Fill Members
Overload List