Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetReference Structure / Equals Method / Equals(WorksheetReference) Method
A WorksheetReference value to compare with this WorksheetReference value.


In This Topic
    Equals(WorksheetReference) Method
    In This Topic
    Indicates whether the current WorksheetReference value is equal to another WorksheetReference value.
    Syntax
    'Declaration
     
    
    Public Overloads Function Equals( _
       ByVal other As WorksheetReference _
    ) As Boolean
    'Usage
     
    
    Dim instance As WorksheetReference
    Dim other As WorksheetReference
    Dim value As Boolean
     
    value = instance.Equals(other)
    public bool Equals( 
       WorksheetReference other
    )

    Parameters

    other
    A WorksheetReference value to compare with this WorksheetReference value.

    Return Value

    true if the current WorksheetReference value is equal to the other parameter; otherwise, false.
    See Also