Matrix.

Equals(object) Method

Summary

Returns a boolean indicating whether the given Object is equal to this matrix instance.
Namespace
Avalonia
Containing Type
Matrix

Syntax

public override bool Equals(object obj)

Parameters

Name Type Description
obj object The Object to compare against.

Return Value

Type Description
bool True if the Object is equal to this matrix; False otherwise.