Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / AutoFormatter Class / Equals Method
The formatter to compare with the current formatter.


In This Topic
    Equals Method (AutoFormatter)
    In This Topic
    Determines whether the specified formatter is equal to the current formatter.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    'Usage
     
    Dim instance As AutoFormatter
    Dim obj As Object
    Dim value As Boolean
     
    value = instance.Equals(obj)
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The formatter to compare with the current formatter.

    Return Value

    true if the specified formatter is equal to the current formatter; otherwise, false.
    See Also