Partilhar via


GridLengthHelper.Equals(GridLength, GridLength) Método

Definição

Fornece comparação dos valores de dois valores GridLength . O código C# e o Microsoft Visual Basic devem usar o operador Equality ou o método GridLength.Equals .

public:
 static bool Equals(GridLength target, GridLength value);
 static bool Equals(GridLength const& target, GridLength const& value);
public static bool Equals(GridLength target, GridLength value);
function equals(target, value)
Public Shared Function Equals (target As GridLength, value As GridLength) As Boolean

Parâmetros

target
GridLength

O primeiro GridLength a ser comparado.

value
GridLength

O segundo GridLength a ser comparado.

Retornos

Boolean

bool

true se os dois valores GridLength mantiverem valores equivalentes como suas informações de valor de estrutura; caso contrário, false.

Aplica-se a

Confira também