Point.Equals(Int32, Int32) Method

Definition

Returns true if the point's coordinates equal (x,y)

[Android.Runtime.Register("equals", "(II)Z", "")]
public bool Equals (int x, int y);
[<Android.Runtime.Register("equals", "(II)Z", "")>]
override this.Equals : int * int -> bool

Parameters

x
Int32
y
Int32

Returns

Boolean
Attributes

Remarks

Java documentation for android.graphics.Point.equals(int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to