SoMFVec2StringInequality 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 !=(
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 : bool
Parameters
- o1
- Type: OIV.Inventor.FieldsSoMFVec2String
- o2
- Type: OIV.Inventor.FieldsSoMFVec2String
Return Value
Type:
BooleanRemarks See Also