[Missing <summary> documentation for "M:PerpetuumSoft.DataModel.MsSql.BoundingBox.IsEquals(PerpetuumSoft.DataModel.MsSql.BoundingBox)"]

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public bool IsEquals(
	BoundingBox otherBoundingBox
)
Visual Basic (Declaration)
Public Function IsEquals ( _
	otherBoundingBox As BoundingBox _
) As Boolean
Visual C++
public:
bool IsEquals(
	BoundingBox^ otherBoundingBox
)

Parameters

otherBoundingBox
Type: PerpetuumSoft.DataModel.MsSql..::.BoundingBox

See Also