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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.