RangeCollectionIsProperSubsetOf Method |
[Missing <summary> documentation for "M:Bio.Util.RangeCollection.IsProperSubsetOf(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 IsProperSubsetOf(
IEnumerable<long> other
)
Public Function IsProperSubsetOf (
other As IEnumerable(Of Long)
) As Boolean
public:
virtual bool IsProperSubsetOf(
IEnumerable<long long>^ other
) sealed
abstract IsProperSubsetOf :
other : IEnumerable<int64> -> bool
override IsProperSubsetOf :
other : IEnumerable<int64> -> bool
Parameters
- other
- Type: System.Collections.GenericIEnumerableInt64
[Missing <param name="other"/> documentation for "M:Bio.Util.RangeCollection.IsProperSubsetOf(System.Collections.Generic.IEnumerable{System.Int64})"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Bio.Util.RangeCollection.IsProperSubsetOf(System.Collections.Generic.IEnumerable{System.Int64})"]
Implements
ISetTIsProperSubsetOf(IEnumerableT)See Also