VRage.Game.ModAPI.Ingame.Utilities.StringSegment.Equals - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← StringSegment
public virtual bool Equals(object obj)
Indicates whether this instance and a specified object are equal.
true ifobjand this instance are the same type and represent the same value; otherwise, false.
- object obj
public bool Equals(string other)
Compares this string segment with the given string in a case sensitive manner.
true
if the string segment equals the string;false
otherwise.
- string other
public bool Equals(StringSegment other)
Compares this string segment with another in a case sensitive manner.
true
if the string segments are equal;false
otherwise.
- StringSegment other