AppWebRect.Equals Method

Definition

Overloads

Equals(Object)

Determines whether the specified Object is equal to the current AppWebRect.

Equals(AppWebRect)

Determines whether the specified AppWebRect is equal to the current AppWebRect.

Equals(Object)

Determines whether the specified Object is equal to the current AppWebRect.

public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The Object to compare with the current AppWebRect.

Returns

true if the specified Object is equal to the current AppWebRect; otherwise, false.

Applies to

Equals(AppWebRect)

Determines whether the specified AppWebRect is equal to the current AppWebRect.

protected bool Equals (Xamarin.UITest.Queries.AppWebRect other);
override this.Equals : Xamarin.UITest.Queries.AppWebRect -> bool
Protected Function Equals (other As AppWebRect) As Boolean

Parameters

other
AppWebRect

The AppWebRect to compare with the current AppWebRect.

Returns

true if the specified AppWebRect is equal to the current AppWebRect; otherwise, false.

Applies to