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