Click or drag to resize

SemanticVersionEquals Method (SemanticVersion)

[Missing <summary> documentation for "M:MongoDB.Driver.Core.Misc.SemanticVersion.Equals(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 bool Equals(
	SemanticVersion other
)

Parameters

other
Type: MongoDB.Driver.Core.MiscSemanticVersion

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

Return Value

Type: Boolean

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

Implements

IEquatableTEquals(T)
See Also