Show / Hide Table of Contents

Class MyObjectBuilderType.ComparerType

Inheritance
System.Object
MyObjectBuilderType.ComparerType
Namespace: VRage.ObjectBuilders
Assembly: VRage.Game.dll
Syntax
public class ComparerType : Object, IEqualityComparer<MyObjectBuilderType>

Constructors

ComparerType()

Declaration
public ComparerType()

Methods

Equals(MyObjectBuilderType, MyObjectBuilderType)

Declaration
public bool Equals(MyObjectBuilderType x, MyObjectBuilderType y)
Parameters
Type Name Description
MyObjectBuilderType x
MyObjectBuilderType y
Returns
Type Description
System.Boolean

GetHashCode(MyObjectBuilderType)

Declaration
public int GetHashCode(MyObjectBuilderType obj)
Parameters
Type Name Description
MyObjectBuilderType obj
Returns
Type Description
System.Int32
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾