Skip to content

VRage.Game.ModAPI.Ingame.Utilities.StringSegmentIgnoreCaseComparer

Morten Aune Lyrstad edited this page Apr 16, 2022 · 20 revisions

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