XpsMatrix.Equals

Equals(object)

Bepaalt of de opgegevenObject is gelijk aan deze instantie.

public override bool Equals(object obj)
ParameterTypeBeschrijving
objObjectDeObject te vergelijken met dit exemplaar.

Winstwaarde

WAAR als de opgegevenObject is gelijk aan deze instantie; anders,vals .

Zie ook


Equals(XpsMatrix, XpsMatrix)

De daadwerkelijke implementatie.

public static bool Equals(XpsMatrix a, XpsMatrix b)
ParameterTypeBeschrijving
aXpsMatrixDe eerste matrijs.
bXpsMatrixDe tweede matrijs.

Winstwaarde

[waar] als martrix gelijk is

Zie ook