Property IgnoreCase
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; }
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; }