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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.