BuildEventContext.Inequality(BuildEventContext, BuildEventContext) 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.
Override != so the equals comparison using this operator will be the same as ! Equals
public:
static bool operator !=(Microsoft::Build::Framework::BuildEventContext ^ left, Microsoft::Build::Framework::BuildEventContext ^ right);
public static bool operator != (Microsoft.Build.Framework.BuildEventContext left, Microsoft.Build.Framework.BuildEventContext right);
public static bool operator != (Microsoft.Build.Framework.BuildEventContext? left, Microsoft.Build.Framework.BuildEventContext? right);
static member op_Inequality : Microsoft.Build.Framework.BuildEventContext * Microsoft.Build.Framework.BuildEventContext -> bool
Public Shared Operator != (left As BuildEventContext, right As BuildEventContext) As Boolean
Parameters
- left
- BuildEventContext
Left hand side operand
- right
- BuildEventContext
Right hand side operand
Returns
True if the object values are not identical, false if they are identical