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