ObjectBase.Inequality(ObjectBase, ObjectBase) 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::ObjectBase ^ left, Microsoft::Azure::RemoteRendering::ObjectBase ^ right);
public static bool operator != (Microsoft.Azure.RemoteRendering.ObjectBase left, Microsoft.Azure.RemoteRendering.ObjectBase right);
static member op_Inequality : Microsoft.Azure.RemoteRendering.ObjectBase * Microsoft.Azure.RemoteRendering.ObjectBase -> bool
Public Shared Operator != (left As ObjectBase, right As ObjectBase) As Boolean
Parameters
- left
- ObjectBase
- right
- ObjectBase