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.
true
if the string segment equals the string;false
otherwise.
- string other
public bool EqualsIgnoreCase(StringSegment other)
Compares this string segment with another in a case insensitive manner.
true
if the string segments are equal;false
otherwise.
- StringSegment other