SbRotationInequality Operator |
The inequality operator.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.2.0.RC.0a6fe6666992233cffde83847550fd441faba7a7
Syntaxpublic static bool operator !=(
SbRotation o1,
Object o2
)
Public Shared Operator <> (
o1 As SbRotation,
o2 As Object
) As Boolean
public:
static bool operator !=(
SbRotation o1,
Object^ o2
)
static let inline (<>)
o1 : SbRotation *
o2 : Object : bool
Parameters
- o1
- Type: OIV.InventorSbRotation
- o2
- Type: SystemObject
Return Value
Type:
Booleanfalse if
o1 and
o2 are equals,
true otherwise.
See Also