Show / Hide Table of Contents

Class BoundingBoxD.ComparerType

Inheritance
System.Object
BoundingBoxD.ComparerType
Namespace: VRageMath
Assembly: VRage.Math.dll
Syntax
public class ComparerType : Object, IEqualityComparer<BoundingBox>

Constructors

ComparerType()

Declaration
public ComparerType()

Methods

Equals(BoundingBox, BoundingBox)

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

GetHashCode(BoundingBox)

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