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

VRage.Game.ModAPI.Ingame.Utilities.StringSegmentIgnoreCaseComparer

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

StringSegmentIgnoreCaseComparer Class

public class StringSegmentIgnoreCaseComparer: IEqualityComparer<StringSegment>

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

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

Implements:

Fields

static StringSegmentIgnoreCaseComparer DEFAULT

A default instance of StringSegmentIgnoreCaseComparer

Constructors

StringSegmentIgnoreCaseComparer()

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