Show / Hide Table of Contents

Class BoundingBox.ComparerType

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

Constructors

ComparerType()

Declaration
public ComparerType()

Methods

Equals(BoundingBoxD, BoundingBoxD)

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

GetHashCode(BoundingBoxD)

Declaration
public int GetHashCode(BoundingBoxD obj)
Parameters
Type Name Description
BoundingBoxD obj
Returns
Type Description
System.Int32
☀
☾
In This Article
  • Constructors
    • ComparerType()
  • Methods
    • Equals(BoundingBoxD, BoundingBoxD)
    • GetHashCode(BoundingBoxD)
Back to top
Generated by DocFX
☀
☾