is_equal
Description:
[
Version ( since =
"1.6" ) ]
public bool is_equal (
Segment s1)
Checks for two segments being equal.
Equality here is defined as perfect equality, including floating point values.
Parameters:
this |
a Segment structure.
|
s1 |
a Segment structure.
|
Returns:
true if the segments are equal, false otherwise.
|