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