Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Fill Structure / Equals Method / Equals(Fill) Method
The other.


In This Topic
    Equals(Fill) Method
    In This Topic
    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