Click or drag to resize

PlaneEquals Method (Plane)

Exact value equality - see EQ(Plane, Plane) for alternative

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 10.0.7983.28765
Syntax
C#
public bool Equals(
	Plane p
)

Parameters

p
Type: Microsoft.DirectXPlane
Plane to test against

Return Value

Type: Boolean
Result of Plane comparision

Implements

IEquatableTEquals(T)
See Also