SoMFVec2sEquality 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 ==(
SoMFVec2s o1,
SoMFVec2s o2
)
Public Shared Operator = (
o1 As SoMFVec2s,
o2 As SoMFVec2s
) As Boolean
public:
static bool operator ==(
SoMFVec2s^ o1,
SoMFVec2s^ o2
)
static let inline (=)
o1 : SoMFVec2s *
o2 : SoMFVec2s : bool
Parameters
- o1
- Type: OIV.Inventor.FieldsSoMFVec2s
- o2
- Type: OIV.Inventor.FieldsSoMFVec2s
Return Value
Type:
BooleanRemarks See Also