Android.Graphics.Point.Equals Method
Returns true if the point's coordinates equal (x,y)

Syntax

[Android.Runtime.Register("equals", "(II)Z", "")]
public bool Equals (int x, int y)

Parameters

x
Documentation for this section has not yet been entered.
y
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

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

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1