PlaneEquals Method (Plane) |
Namespace:
Microsoft.DirectX
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 10.0.7983.28765
Syntaxpublic bool Equals(
Plane p
)
Parameters
- p
- Type: Microsoft.DirectXPlane
Plane to test against
Return Value
Type:
BooleanResult of
Plane comparision
Implements
IEquatableTEquals(T)
See Also