VRage.Game.ModAPI.Ingame.Utilities.StringSegment.EqualsIgnoreCase - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexStringSegment

Summary

public bool EqualsIgnoreCase(string other)

Compares this string segment with the given string in a case insensitive manner.

Returns

bool

trueif the string segment equals the string;falseotherwise.

Parameters

Summary

public bool EqualsIgnoreCase(StringSegment other)

Compares this string segment with another in a case insensitive manner.

Returns

bool

trueif the string segments are equal;falseotherwise.

Parameters

⚠️ **GitHub.com Fallback** ⚠️