public readonly struct XY : IEquatable<XY>Public Structure XY
Implements IEquatable(Of XY)public value class XY : IEquatable<XY>[<SealedAttribute>]
type XY =
struct
inherit ValueType
interface IEquatable<XY>
end| XY | Initializes a new point with the given coordinates. |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object)) |
| Equals(XY) | Determines whether the given point is the same. |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString) |
| Equality(XY, XY) | Determines whether two points are equal. |
| (TupleDouble, Double to XY) | Converts a two-tuple into a point. |
| (XY to TupleDouble, Double) | Converts a point into a two-tuple. |
| Inequality(XY, XY) | Determines whether two points are unequal. |