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.Equals

Malware edited this page Dec 13, 2025 · 2 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

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