XpsMatrix.Equals

Equals(object)

Détermine si la valeur spécifiéeObject est égal à cette instance.

public override bool Equals(object obj)
ParamètreTaperLa description
objObjectLeObject à comparer avec cet exemple.

Return_Value

vrai si le spécifiéObject est égal à cette instance ; sinon,FAUX .

Voir également


Equals(XpsMatrix, XpsMatrix)

La mise en œuvre réelle.

public static bool Equals(XpsMatrix a, XpsMatrix b)
ParamètreTaperLa description
aXpsMatrixLa première matrice.
bXpsMatrixLa deuxième matrice.

Return_Value

[true] si les matrices sont égales

Voir également