Verifies whether the elements in an index are unique.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected virtual bool CheckUnique()
Protected Overridable Function CheckUnique As Boolean
protected:
virtual bool CheckUnique()
abstract CheckUnique : unit -> bool
override CheckUnique : unit -> bool
Return Value
Type:
Boolean if all elements are unique; otherwise
.
Reference