DiscoveryMessageSequence.CompareTo(DiscoveryMessageSequence) Method
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.
Compares the specified DiscoveryMessageSequence instance with the current DiscoveryMessageSequence instance.
public:
virtual int CompareTo(System::ServiceModel::Discovery::DiscoveryMessageSequence ^ other);
public int CompareTo (System.ServiceModel.Discovery.DiscoveryMessageSequence other);
abstract member CompareTo : System.ServiceModel.Discovery.DiscoveryMessageSequence -> int
override this.CompareTo : System.ServiceModel.Discovery.DiscoveryMessageSequence -> int
Public Function CompareTo (other As DiscoveryMessageSequence) As Integer
Parameters
- other
- DiscoveryMessageSequence
The discovery message sequence to compare.
Returns
0 if the two discovery message sequences are equal, a negative number if the message number of other
is greater than the message number of the current discovery sequence.
Implements
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.