共用方式為


Plane.Inequality(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 op_Inequality : 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