SequenceNumber.Inequality(SequenceNumber, SequenceNumber) Operator
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.
Compares two SequenceNumber instances to determine whether they are not equal.
public:
static bool operator !=(System::IO::Log::SequenceNumber c1, System::IO::Log::SequenceNumber c2);
public static bool operator !=(System.IO.Log.SequenceNumber c1, System.IO.Log.SequenceNumber c2);
static member op_Inequality : System.IO.Log.SequenceNumber * System.IO.Log.SequenceNumber -> bool
Public Shared Operator != (c1 As SequenceNumber, c2 As SequenceNumber) As Boolean
The SequenceNumber on the left side of the operator.
The SequenceNumber on the right side of the operator.
true
if both SequenceNumber instances are not equal, otherwise, false
.
The equivalent method for this operator is CompareTo.
Продукт | Версии |
---|---|
.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 |
Обратна връзка за .NET
.NET е проект с отворен код. Изберете връзка, за да предоставите обратна връзка: