Index<T>.CheckUnique 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#
protected virtual bool CheckUnique()

Return Value

Boolean
true if all elements are unique; otherwise false.

See Also