SoMFString.Inequality Operator |
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic static bool operator !=(
SoMFString o1,
SoMFString o2
)
Public Shared Operator <> (
o1 As SoMFString,
o2 As SoMFString
) As Boolean
public:
static bool operator !=(
SoMFString^ o1,
SoMFString^ o2
)
static let inline (<>)
o1 : SoMFString *
o2 : SoMFString : bool
Parameters
- o1
- Type: OIV.Inventor.Fields.SoMFString
- o2
- Type: OIV.Inventor.Fields.SoMFString
Return Value
Type:
Boolean
Remarks
See Also