Operator operator !=
operator !=(Plane, Plane)
Tests for inequality. Same as !Equals(Plane).
Declaration
public static bool operator !=(XRCpuImage.Plane lhs, XRCpuImage.Plane rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| XRCpuImage.Plane | lhs | The XRCpuImage.Plane to compare with |
| XRCpuImage.Plane | rhs | The XRCpuImage.Plane to compare with |
Returns
| Type | Description |
|---|---|
| bool |
|