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