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

VRage.Game.ModAPI.Ingame.Utilities.StringSegment.Equals

Morten Aune Lyrstad edited this page Nov 26, 2020 · 1 revision

IndexNamespace IndexStringSegment

Summary

public virtual bool Equals(object obj)

Indicates whether this instance and a specified object are equal.

Returns

bool

true ifobjand this instance are the same type and represent the same value; otherwise, false.

Parameters

Summary

public bool Equals(string other)

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

Returns

bool

trueif the string segment equals the string;falseotherwise.

Parameters

Summary

public bool Equals(StringSegment other)

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

Returns

bool

trueif the string segments are equal;falseotherwise.

Parameters

Clone this wiki locally