Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DashStopList Class / Equals(Object) Method

In This Topic
    Equals(Object) Method
    In This Topic
    Determines whether the specified object is equal to the current object.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal fmt As System.Object _
    ) As System.Boolean
    public override System.bool Equals( 
       System.object fmt
    )

    Parameters

    fmt

    Return Value

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