| SoMFVec2sInequality Operator | 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
 Syntax
Syntaxpublic 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  : boolParameters
- o1
- Type: OIV.Inventor.FieldsSoMFVec2s
 
- o2
- Type: OIV.Inventor.FieldsSoMFVec2s
 
Return Value
Type: 
Boolean Remarks
Remarks See Also
See Also