|
PolyLine3Equals Method (PolyLine3)
|
Tests whether another poly-line equals this poly-line.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool Equals(
PolyLine3 other
)
Public Function Equals (
other As PolyLine3
) As Boolean
public:
virtual bool Equals(
PolyLine3^ other
) sealed
abstract Equals :
other : PolyLine3 -> bool
override Equals :
other : PolyLine3 -> bool
Parameters
- other
- Type: Karamba.GeometryPolyLine3
Other poly-line to compare this with.
Return Value
Type:
BooleanTrue in case of equality.
Implements
IEquatableTEquals(T)
See Also