[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IRichValue.IsSameField

IsSameField Method

IsSameField(IRichValue)

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

Declaration
bool IsSameField(IRichValue value)
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.