public readonly struct PolygonPoint : IEquatable<PolygonPoint>Public Structure PolygonPoint
Implements IEquatable(Of PolygonPoint)public value class PolygonPoint : IEquatable<PolygonPoint>[<SealedAttribute>]
type PolygonPoint =
struct
inherit ValueType
interface IEquatable<PolygonPoint>
end| PolygonPoint | Initializes a new instance of the PolygonPoint structure. |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object)) |
| Equals(PolygonPoint) | Indicates whether the current object is equal to another object of the same type. |
| 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(PolygonPoint, PolygonPoint) | Implements the operator ==. |
| Inequality(PolygonPoint, PolygonPoint) | Implements the operator !=. |