Click or drag to resize
MyTupleComparerT1, T2, T3Equals Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.MyTupleComparer`3.Equals(VRage.MyTuple{`0,`1,`2},VRage.MyTuple{`0,`1,`2})"]

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public bool Equals(
	MyTuple<T1, T2, T3> x,
	MyTuple<T1, T2, T3> y
)

Parameters

x
Type: VRageMyTupleT1, T2, T3

[Missing <param name="x"/> documentation for "M:VRage.MyTupleComparer`3.Equals(VRage.MyTuple{`0,`1,`2},VRage.MyTuple{`0,`1,`2})"]

y
Type: VRageMyTupleT1, T2, T3

[Missing <param name="y"/> documentation for "M:VRage.MyTupleComparer`3.Equals(VRage.MyTuple{`0,`1,`2},VRage.MyTuple{`0,`1,`2})"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRage.MyTupleComparer`3.Equals(VRage.MyTuple{`0,`1,`2},VRage.MyTuple{`0,`1,`2})"]

See Also