SoFieldContainerFieldsAreEqual Method |
Returns true if this object's fields are exactly equal to fc's fields.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax public bool FieldsAreEqual(
SoFieldContainer fc
)
Public Function FieldsAreEqual (
fc As SoFieldContainer
) As Boolean
public:
bool FieldsAreEqual(
SoFieldContainer^ fc
)
member FieldsAreEqual :
fc : SoFieldContainer -> bool
Parameters
- fc
- Type: OIV.Inventor.FieldsSoFieldContainer
Return Value
Type:
BooleanRemarks If fc is not exactly same type as this object, false is returned.
See Also