SequenceNumber.GreaterThan(SequenceNumber, SequenceNumber) 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.
Performs a logical comparison of two SequenceNumber instances to determine whether the first is greater than the second.
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 ( > ) : System.IO.Log.SequenceNumber * System.IO.Log.SequenceNumber -> bool
Public Shared Operator > (c1 As SequenceNumber, c2 As SequenceNumber) As Boolean
Parameters
The SequenceNumber on the left side of the operator.
The SequenceNumber on the right side of the operator.
Returns
true
if the first instance is greater than the second instance, otherwise, false
.
Remarks
The equivalent method for this operator is CompareTo.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา