PolicyUnit.Inequality(PolicyUnit, PolicyUnit) Operator

Definition

Compares two PolicyUnit instances to determine whether they are not equal.

public:
 static bool operator !=(System::IO::Log::PolicyUnit left, System::IO::Log::PolicyUnit right);
public static bool operator != (System.IO.Log.PolicyUnit left, System.IO.Log.PolicyUnit right);
static member op_Inequality : System.IO.Log.PolicyUnit * System.IO.Log.PolicyUnit -> bool
Public Shared Operator != (left As PolicyUnit, right As PolicyUnit) As Boolean

Parameters

left
PolicyUnit

The PolicyUnit on the left side of the operator.

right
PolicyUnit

The PolicyUnit on the right side of the operator.

Returns

true if both PolicyUnit instances are not equal; otherwise, false.

Remarks

Use this operator to compare two PolicyUnit instances for inequality. For both objects to not be equal, they must have different values for the Type and Value properties.

Applies to