MatrixEquals(Object) Method
Returns a boolean indicating whether the given Object is equal to this matrix instance.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public override bool Equals(
Object? obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
- obj Object
- The Object to compare against.
BooleanTrue if the Object is equal to this matrix; False otherwise.