[]
Gets a boolean value indicating whether this object has same fields as the specified object.
bool IsSameField(IRichValue value)
Function IsSameField(value As IRichValue) As Boolean
Type | Name | Description |
---|---|---|
IRichValue | value | The IRichValue object to compare. |
Type | Description |
---|---|
bool |
|