Spread WPF 18
GrapeCity.CalcEngine Namespace / IValuesArray Interface / Equals Method


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

    Parameters

    other
    See Also