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

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

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