Enum CompareExtensions.CompareMode
Specifies the mode used when comparing objects.
[Flags]
public enum CompareExtensions.CompareMode
- Extension Methods
Fields
IgnoreSortOrder = 2Ignores the sort order of elements when comparing collections.
IgnoreType = 1Ignores type differences when comparing objects.
Standard = 0Standard comparison with strict type and order matching.