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