Size.Equals Método

Definição

Sobrecargas

Equals(Object)

Se thisSize é equivalente a obj.

Equals(Size)

Se thisSize é equivalente a other.

Equals(Object)

Se thisSize é equivalente a obj.

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

Parâmetros

obj
System.Object

O objeto ao qual this está sendo comparado.

Retornos

System.Boolean

true se obj for um Size cujos valores são idênticos a thisSizee HeightWidth.

Aplica-se a

Equals(Size)

Se thisSize é equivalente a other.

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

Parâmetros

other
Size

O Size ao qual this está sendo comparado.

Retornos

System.Boolean

true se otheros valores de 's forem idênticos a thisSize's Height e Width.

Aplica-se a