Click or drag to resize
SbBox2i32Equality Operator
The equality operator.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.2.0.Release.b1c2f41e1719ac8d4c3f00435c0b4b040d8bfcc0
Syntax
public static bool operator ==(
	SbBox2i32 o1,
	Object o2
)

Parameters

o1
Type: OIV.InventorSbBox2i32
o2
Type: SystemObject

Return Value

Type: Boolean
true if o1 and o2 are equals, false otherwise.
See Also