| SoMFVec2StringEquality Operator  | 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static bool operator ==(
	SoMFVec2String o1,
	SoMFVec2String o2
)
Public Shared Operator = ( 
	o1 As SoMFVec2String,
	o2 As SoMFVec2String
) As Boolean
public:
static bool operator ==(
	SoMFVec2String^ o1, 
	SoMFVec2String^ o2
)
static let inline (=)
        o1 : SoMFVec2String * 
        o2 : SoMFVec2String  : boolParameters
- o1
 - Type: OIV.Inventor.FieldsSoMFVec2String
 - o2
 - Type: OIV.Inventor.FieldsSoMFVec2String
 
Return Value
Type: 
Boolean
Remarks
See Also