Click or drag to resize

RangeTEquals Method (RangeT)

[Missing <summary> documentation for "M:MongoDB.Driver.Core.Misc.Range`1.Equals(MongoDB.Driver.Core.Misc.Range{`0})"]

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(
	Range<T> other
)

Parameters

other
Type: MongoDB.Driver.Core.MiscRangeT

[Missing <param name="other"/> documentation for "M:MongoDB.Driver.Core.Misc.Range`1.Equals(MongoDB.Driver.Core.Misc.Range{`0})"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:MongoDB.Driver.Core.Misc.Range`1.Equals(MongoDB.Driver.Core.Misc.Range{`0})"]

Implements

IEquatableTEquals(T)
See Also