Show / Hide Table of Contents

Enum ArrayEquality

Defines different kinds of array equality.

Namespace: Manatee.Json
Assembly: Manatee.Json.dll
Syntax
public enum ArrayEquality

Fields

Name Description
ContentsEqual

Defines that all elements in both arrays much match, but may appear in any sequence.

SequenceEqual

Defines that all elements in both arrays must match and be in the same sequence.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX