Click or drag to resize
SbPlaneEquality Operator
The equality operator.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.1.1.Release.7989217834dd2b99155f267b6c8c70f9feacdedd
Syntax
public static bool operator ==(
	SbPlane plane1,
	Object plane2
)

Parameters

plane1
Type: OIV.InventorSbPlane
plane2
Type: SystemObject

Return Value

Type: Boolean
true if plane1 and plane2 are equals, false otherwise.
See Also