PolicyUnit.Inequality(PolicyUnit, PolicyUnit) Operator

Definition

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

C#
public static bool operator !=(System.IO.Log.PolicyUnit left, System.IO.Log.PolicyUnit right);

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

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1