Click or drag to resize

SemanticVersionCompareTo Method

[Missing <summary> documentation for "M:MongoDB.Driver.Core.Misc.SemanticVersion.CompareTo(MongoDB.Driver.Core.Misc.SemanticVersion)"]

Namespace:  MongoDB.Driver.Core.Misc
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
Syntax
public int CompareTo(
	SemanticVersion other
)

Parameters

other
Type: MongoDB.Driver.Core.MiscSemanticVersion

[Missing <param name="other"/> documentation for "M:MongoDB.Driver.Core.Misc.SemanticVersion.CompareTo(MongoDB.Driver.Core.Misc.SemanticVersion)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:MongoDB.Driver.Core.Misc.SemanticVersion.CompareTo(MongoDB.Driver.Core.Misc.SemanticVersion)"]

Implements

IComparableTCompareTo(T)
See Also