SizeEquals(Size) Method
Returns a boolean indicating whether the size is equal to the other given size (bitwise).
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Equals(
Size other
)
Public Function Equals (
other As Size
) As Boolean
abstract Equals :
other : Size -> bool
override Equals :
other : Size -> bool
- other Size
- The other size to test equality against.
BooleanTrue if this size is equal to other; False otherwise.
IEquatableTEquals(T)