The equality operator.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.36.0.Release.d5e5954f18f5fba1171104a1eb3d2f8b0fc0d084
Syntaxpublic static bool operator ==(
SbPlane plane1,
Object plane2
)
Public Shared Operator = (
plane1 As SbPlane,
plane2 As Object
) As Boolean
public:
static bool operator ==(
SbPlane plane1,
Object^ plane2
)
static let inline (=)
plane1 : SbPlane *
plane2 : Object : bool
Parameters
- plane1
- Type: OIV.InventorSbPlane
- plane2
- Type: SystemObject
Return Value
Type:
Booleantrue if
plane1 and
plane2 are equals,
false otherwise.
See Also