NormalOrderedSequence<TIndex>.IsInIndexOrder Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks if raising operators indices are in ascending order, then if lowering operator indices are in descending order.
public bool IsInIndexOrder ();
member this.IsInIndexOrder : unit -> bool
Public Function IsInIndexOrder () As Boolean
Returns
Returns true this condition is satisfied.
Returns false otherwise.