Compartir a través de


Size.Equals Método

Definición

Sobrecargas

Equals(Object)

Si thisSize es equivalente a obj.

Equals(Size)

Si thisSize es equivalente a other.

Equals(Object)

Si thisSize es equivalente a obj.

public override bool Equals (object obj);
override this.Equals : obj -> bool

Parámetros

obj
System.Object

Objeto al que this se va a comparar.

Devoluciones

System.Boolean

true si obj es un Size cuyos valores son idénticos a thisSizelos de Height y Width.

Se aplica a

Equals(Size)

Si thisSize es equivalente a other.

public bool Equals (Xamarin.Forms.Size other);
override this.Equals : Xamarin.Forms.Size -> bool

Parámetros

other
Size

objeto Size al que this se va a comparar.

Devoluciones

System.Boolean

true si otherlos valores de son idénticos a thisSizelos de Height y Width.

Se aplica a