Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRage.Game.ModAPI.Ingame.Utilities.StringSegmentComparer

Malware edited this page Dec 13, 2025 · 16 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 Index

StringSegmentComparer Class

public class StringSegmentComparer: IEqualityComparer<StringSegment>

A comparer designed to compare StringSegment instances in a case sensitive manner. Use DEFAULT for a default instance

Namespace: VRage.Game.ModAPI.Ingame.Utilities
Assembly: VRage.Game.dll

Implements:

Fields

static StringSegmentComparer DEFAULT

A default instance of StringSegmentComparer

Constructors

StringSegmentComparer()

Methods

bool Equals(StringSegment x, StringSegment y)

Determines whether the specified objects are equal.

int GetHashCode(StringSegment obj)

Returns a hash code for the specified object.

Clone this wiki locally