[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.RichValue-1.IsSameField

IsSameField Method

IsSameField(IRichValue)

Gets a boolean value indicating whether this object has same fields as the specified object.

Declaration
public bool IsSameField(IRichValue value)
Public Function IsSameField(value As IRichValue) As Boolean
Parameters
Type Name Description
IRichValue value

The IRichValue object to compare.

Returns
Type Description
bool

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

Implements