LineSegment.Equals(Object) Method

Definition

Gets a value indicating whether two LineSegment objects are equal.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The LineSegment that is compared with this LineSegment.

Returns

true if the LineSegment objects are equal.

Applies to