| LineEquality Operator |
Tests if two
Lines are equal.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public static bool operator ==(
Line line1,
Line line2
)
Public Shared Operator = (
line1 As Line,
line2 As Line
) As Boolean
public:
static bool operator ==(
Line line1,
Line line2
)
static let inline (=)
line1 : Line *
line2 : Line : bool
Parameters
- line1
- Type: DigitalRune.Geometry.ShapesLine
The first Line. - line2
- Type: DigitalRune.Geometry.ShapesLine
The second Line.
Return Value
Type:
Boolean if the
Lines are equal; otherwise
.
See Also