Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IRichValue Interface / IsSameField Method
The IRichValue object to compare.


In This Topic
    IsSameField Method (IRichValue)
    In This Topic
    Gets a boolean value indicating whether this object has same fields as the specified object.
    Syntax
    'Declaration
     
    
    Function IsSameField( _
       ByVal value As IRichValue _
    ) As Boolean
    'Usage
     
    
    Dim instance As IRichValue
    Dim value As IRichValue
    Dim value As Boolean
     
    value = instance.IsSameField(value)
    bool IsSameField( 
       IRichValue value
    )

    Parameters

    value
    The IRichValue object to compare.

    Return Value

    true if this object has same fields as the specified object; otherwise, false.
    See Also