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