Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: bool operator==(PointD, PointD)

  • Declared in: RT.Util.Geometry.PointD

Declaration

public static bool operator==(
    PointD one,
    PointD other
)

Summary

Compares two PointD objects for equality.

Parameters

PointDone First object to compare.
PointDother Object to compare against.

Returns

True if considered equal.