-
Notifications
You must be signed in to change notification settings - Fork 125
VRage.Game.ModAPI.Ingame.Utilities.StringSegment.Equals
This API documentation is out of date and no longer maintained.
Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi
← 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.
trueif the string segment equals the string;falseotherwise.
- string other
public bool Equals(StringSegment other)Compares this string segment with another in a case sensitive manner.
trueif the string segments are equal;falseotherwise.
- StringSegment other
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!