SoSFPathEquality Operator |
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static bool operator ==(
SoSFPath o1,
SoSFPath o2
)
Public Shared Operator = (
o1 As SoSFPath,
o2 As SoSFPath
) As Boolean
public:
static bool operator ==(
SoSFPath^ o1,
SoSFPath^ o2
)
static let inline (=)
o1 : SoSFPath *
o2 : SoSFPath : bool
Parameters
- o1
- Type: OIV.Inventor.FieldsSoSFPath
- o2
- Type: OIV.Inventor.FieldsSoSFPath
Return Value
Type:
BooleanRemarks See Also