Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRage.MyTupleComparer`3

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

IndexNamespace Index

MyTupleComparer<T1, T2, T3> Class

public class MyTupleComparer<T1, T2, T3>: IEqualityComparer<MyTuple<T1, T2, T3>>

Namespace: VRage
Assembly: VRage.Library.dll

Implements:

Constructors

MyTupleComparer()

Methods

bool Equals(MyTuple<T1, T2, T3> x, MyTuple<T1, T2, T3> y)

int GetHashCode(MyTuple<T1, T2, T3> obj)

Clone this wiki locally