VRage.Game.ModAPI.Ingame.Utilities.StringSegment.EqualsIgnoreCase - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← StringSegment
public bool EqualsIgnoreCase(string other)Compares this string segment with the given string in a case insensitive manner.
trueif the string segment equals the string;falseotherwise.
- string other
public bool EqualsIgnoreCase(StringSegment other)Compares this string segment with another in a case insensitive manner.
trueif the string segments are equal;falseotherwise.
- StringSegment other