Click or drag to resize

PlaneInequality Operator

Exact value inequality - see NE(Plane, Plane) for alternative

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static bool operator !=(
	Plane l,
	Plane r
)

Parameters

l
Type: Microsoft.DirectXPlane
Left-hand side Plane
r
Type: Microsoft.DirectXPlane
Right-hand side Plane

Return Value

Type: Boolean
Result of Plane comparision
See Also