Table of Contents

Enum CompareExtensions.CompareMode

Namespace
Tharga.Toolkit.Compare
Assembly
Tharga.Toolkit.Standard.dll

Specifies the mode used when comparing objects.

[Flags]
public enum CompareExtensions.CompareMode
Extension Methods

Fields

IgnoreSortOrder = 2

Ignores the sort order of elements when comparing collections.

IgnoreType = 1

Ignores type differences when comparing objects.

Standard = 0

Standard comparison with strict type and order matching.