Index<T>.Check Unique Method
Verifies whether the elements in an index are unique.
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if all elements are unique; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
protected virtual bool CheckUnique()
Return Value
Booleantrue if all elements are unique; otherwise false.