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

Syntax

[Android.Runtime.Register("equals", "(FF)Z", "")]
public bool Equals (float x, float 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