Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

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

Morten Aune Lyrstad edited this page Nov 26, 2020 · 17 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