SbVec2fInequality Operator |
The inequality operator.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.2.2.Release.778f4cc64de03c89c1282c66aa1f73c0e9a1408b
Syntax public static bool operator !=(
SbVec2f o1,
Object o2
)
Public Shared Operator <> (
o1 As SbVec2f,
o2 As Object
) As Boolean
public:
static bool operator !=(
SbVec2f o1,
Object^ o2
)
static let inline (<>)
o1 : SbVec2f *
o2 : Object : bool
Parameters
- o1
- Type: OIV.InventorSbVec2f
- o2
- Type: SystemObject
Return Value
Type:
Booleanfalse if
o1 and
o2 are equals,
true otherwise.
See Also