Point.Equals Methode
Definition
Überlädt
Equals(Object) |
Bestimmt, ob das angegebene Objekt ein Point ist, und ob es die gleichen Werte wie dieser Point enthält.Determines whether the specified object is a Point and whether it contains the same values as this Point. |
Equals(Point) |
Vergleicht zwei Point-Strukturen auf Gleichheit.Compares two Point structs for equality. |
Hinweise
Diese Struktur stellt die .net-Projektion der Windows-Runtime (WinRT) Point
-Struktur dar.This struct represents the .NET projection of the Windows Runtime (WinRT) Point
struct. Weitere Informationen finden Sie unter Point in der UWP-API-Referenz.For more information, see Point in the UWP API reference.
Weitere Informationen und Beispiele für diesen Member finden Sie unter Point.Equals in der .NET Framework-API-Referenz.For more information and examples of this member, see Point.Equals in the .NET Framework API reference. (Beispiele zeigen die WPF-Verwendung und können möglicherweise nicht direkt in UWP XAML übersetzt werden.)(Examples show WPF usage and might not translate directly to UWP XAML.)
Equals(Object)
Bestimmt, ob das angegebene Objekt ein Point ist, und ob es die gleichen Werte wie dieser Point enthält.Determines whether the specified object is a Point and whether it contains the same values as this Point.
public:
override bool Equals(System::Object ^ o);
public override bool Equals (object o);
override this.Equals : obj -> bool
Public Overrides Function Equals (o As Object) As Boolean
Parameter
- o
- Object
Das zu vergleichende Objekt.The object to compare.
Gibt zurück
Equals(Point)
Vergleicht zwei Point-Strukturen auf Gleichheit.Compares two Point structs for equality.
public:
bool Equals(Windows::Foundation::Point value);
public bool Equals (Windows.Foundation.Point value);
override this.Equals : Windows.Foundation.Point -> bool
Public Function Equals (value As Point) As Boolean
Parameter
- value
- Point
Der Punkt, der mit dieser Instanz verglichen werden soll.The point to compare to this instance.