Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool Equals(EdgeD)

  • Declared in: RT.Util.Geometry.EdgeD
  • Implements: IEquatable<EdgeD>.Equals(EdgeD)

Declaration

public bool Equals(
    EdgeD other
)

Summary

Compares two EdgeD ignoring direction: edges are considered equal as long as they have the same endpoints.