Click or drag to resize
SoFieldContainerFieldsAreEqual Method

Returns true if this object's fields are exactly equal to fc's fields.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public bool FieldsAreEqual(
	SoFieldContainer fc
)

Parameters

fc
Type: OIV.Inventor.FieldsSoFieldContainer

Return Value

Type: Boolean
Remarks

If fc is not exactly same type as this object, false is returned.

See Also