Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRage.Game.ModAPI.Ingame.Utilities.StringSegment.EqualsIgnoreCase

Morten Aune Lyrstad edited this page Nov 26, 2020 · 16 revisions

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

Clone this wiki locally