Double3.Inequality(Double3, Double3) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static bool operator !=(Microsoft::Azure::RemoteRendering::Double3 left, Microsoft::Azure::RemoteRendering::Double3 right);
public static bool operator != (Microsoft.Azure.RemoteRendering.Double3 left, Microsoft.Azure.RemoteRendering.Double3 right);
static member op_Inequality : Microsoft.Azure.RemoteRendering.Double3 * Microsoft.Azure.RemoteRendering.Double3 -> bool
Public Shared Operator != (left As Double3, right As Double3) As Boolean
Parameters
- left
- Double3
- right
- Double3