Extents2dEquality Operator

Equality operator for the Extents2d class. Checks whether the passed objects are equal.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public static bool operator ==(
        Extents2d a,
        Extents2d b
)

Parameters

a  Extents2d
[in] Left operand.
b  Extents2d
[in] Right operand.

Return Value

Boolean
true if minimum and maximum extents points are equal, false otherwise.
See Also

©  Bricsys NV. All rights reserved.