| LineSegmentInequality Operator |
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public static bool operator !=(
LineSegment lineSegment1,
LineSegment lineSegment2
)
Public Shared Operator <> (
lineSegment1 As LineSegment,
lineSegment2 As LineSegment
) As Boolean
public:
static bool operator !=(
LineSegment lineSegment1,
LineSegment lineSegment2
)
static let inline (<>)
lineSegment1 : LineSegment *
lineSegment2 : LineSegment : bool
Parameters
- lineSegment1
- Type: DigitalRune.Geometry.ShapesLineSegment
The first LineSegment. - lineSegment2
- Type: DigitalRune.Geometry.ShapesLineSegment
The second LineSegment.
Return Value
Type:
Boolean if the
LineSegments are different; otherwise
.
See Also