Table of Contents

Property IgnoreCase

Namespace
DocWright.Compare
Assembly
DocWright.Compare.dll

IgnoreCase

Gets or sets whether text compares case-insensitively. The comparison is OrdinalIgnoreCase — invariant, so the result does not depend on the machine's culture.

public bool IgnoreCase { get; set; }

Property Value

bool