Edit

Share via


MembershipVersion.CompareTo(MembershipVersion) Method

Definition

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

public int CompareTo (Orleans.Runtime.MembershipVersion other);
abstract member CompareTo : Orleans.Runtime.MembershipVersion -> int
override this.CompareTo : Orleans.Runtime.MembershipVersion -> int
Public Function CompareTo (other As MembershipVersion) As Integer

Parameters

Returns

Implements

Applies to