Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: bool operator!=(EdgeD, EdgeD)

  • Declared in: RT.Util.Geometry.EdgeD

Declaration

public static bool operator!=(
    EdgeD one,
    EdgeD other
)

Summary

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