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