Plane.Equality(Plane, Plane) Operator

Definition

public:
 static bool operator ==(Microsoft::Azure::RemoteRendering::Plane left, Microsoft::Azure::RemoteRendering::Plane right);
public static bool operator == (Microsoft.Azure.RemoteRendering.Plane left, Microsoft.Azure.RemoteRendering.Plane right);
static member ( = ) : Microsoft.Azure.RemoteRendering.Plane * Microsoft.Azure.RemoteRendering.Plane -> bool
Public Shared Operator == (left As Plane, right As Plane) As Boolean

Parameters

left
Plane
right
Plane

Returns

Applies to