Spread WPF 17
GrapeCity.Excel Namespace / IExtendedFormat Interface / Equals Method


In This Topic
    Equals Method (IExtendedFormat)
    In This Topic
    Syntax
    'Declaration
     
    <__DynamicallyInvokableAttribute()>
    Function Equals( _
       ByVal other As IExtendedFormat _
    ) As Boolean
    'Usage
     
    Dim instance As IExtendedFormat
    Dim other As IExtendedFormat
    Dim value As Boolean
     
    value = instance.Equals(other)
    [__DynamicallyInvokable()]
    bool Equals( 
       IExtendedFormat other
    )

    Parameters

    other
    See Also