Size.

Equals(object) Method

Summary

Checks for equality between a size and an object.
Namespace
Avalonia
Containing Type
Size

Syntax

public override bool Equals(object obj)

Parameters

Name Type Description
obj object The object.

Return Value

Type Description
bool True if obj is a size that equals the current size.