Class BoundingBoxD.ComparerType
Inheritance
System.Object
BoundingBoxD.ComparerType
Assembly: VRage.Math.dll
Syntax
public class ComparerType : Object, IEqualityComparer<BoundingBox>
Constructors
ComparerType()
Declaration
Methods
Equals(BoundingBox, BoundingBox)
Declaration
public bool Equals(BoundingBox x, BoundingBox y)
Parameters
Returns
Type |
Description |
System.Boolean |
|
GetHashCode(BoundingBox)
Declaration
public int GetHashCode(BoundingBox obj)
Parameters
Returns
Type |
Description |
System.Int32 |
|