Operator operator ==
operator ==(BoundedPlane, BoundedPlane)
Tests for equality. Same as Equals(BoundedPlane).
Declaration
public static bool operator ==(BoundedPlane lhs, BoundedPlane rhs)
Parameters
Type | Name | Description |
---|---|---|
BoundedPlane | lhs | The left-hand side of the comparison. |
BoundedPlane | rhs | The right-hand side of the comparison. |
Returns
Type | Description |
---|---|
bool |
|