Click or drag to resize

PlaneEquals(Plane) Method

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

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

Parameters

p  Plane
Plane to test against

Return Value

Boolean
Result of Plane comparision

Implements

IEquatableTEquals(T)
See Also