Прочетете на английски Редактиране

Споделяне чрез


SequenceNumber.Inequality(SequenceNumber, SequenceNumber) Operator

Definition

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

C#
public static bool operator !=(System.IO.Log.SequenceNumber c1, System.IO.Log.SequenceNumber c2);

Parameters

c1
SequenceNumber

The SequenceNumber on the left side of the operator.

c2
SequenceNumber

The SequenceNumber on the right side of the operator.

Returns

true if both SequenceNumber instances are not equal, otherwise, false.

Remarks

The equivalent method for this operator is CompareTo.

Applies to

Продукт Версии
.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