RangeCollectionSetEquals Method |
[Missing <summary> documentation for "M:Bio.Util.RangeCollection.SetEquals(System.Collections.Generic.IEnumerable{System.Int64})"]
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool SetEquals(
IEnumerable<long> other
)
Public Function SetEquals (
other As IEnumerable(Of Long)
) As Boolean
public:
virtual bool SetEquals(
IEnumerable<long long>^ other
) sealed
abstract SetEquals :
other : IEnumerable<int64> -> bool
override SetEquals :
other : IEnumerable<int64> -> bool
Parameters
- other
- Type: System.Collections.GenericIEnumerableInt64
[Missing <param name="other"/> documentation for "M:Bio.Util.RangeCollection.SetEquals(System.Collections.Generic.IEnumerable{System.Int64})"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Bio.Util.RangeCollection.SetEquals(System.Collections.Generic.IEnumerable{System.Int64})"]
Implements
ISetTSetEquals(IEnumerableT)See Also