FigureLength.Equals Metoda

Definicja

Porównuje dwie FigureLength struktury równości.

Przeciążenia

Equals(Object)

Określa, czy określona Object wartość jest wartością i czy jest identyczna z tą FigureLengthwartością FigureLength .

Equals(FigureLength)

Porównuje dwie FigureLength struktury równości.

Uwagi

Dwie FigureLength struktury muszą być dokładnie takie same w każdy sposób, a nie tylko te same Value.

Equals(Object)

Określa, czy określona Object wartość jest wartością i czy jest identyczna z tą FigureLengthwartością FigureLength .

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

Parametry

oCompare
Object

Element Object do porównania z tym wystąpieniem.

Zwraca

truejeśli oCompare jest elementem i jest identyczny z tym FigureLengthelementem falseFigureLength ; w przeciwnym razie .

Dotyczy

Equals(FigureLength)

Porównuje dwie FigureLength struktury równości.

public:
 virtual bool Equals(System::Windows::FigureLength figureLength);
public bool Equals (System.Windows.FigureLength figureLength);
override this.Equals : System.Windows.FigureLength -> bool
Public Function Equals (figureLength As FigureLength) As Boolean

Parametry

figureLength
FigureLength

Element FigureLength do porównania z tym wystąpieniem.

Zwraca

truejeśli figureLength jest identyczny z tym FigureLength; w przeciwnym razie . false

Implementuje

Dotyczy