Method Equals
Equals(object?)
public override readonly bool Equals(object? obj)
Parameters
obj
object
Returns
Equals(SizeI)
Indicates whether the current object is equal to another object of the same type.
public readonly bool Equals(SizeI other)
Parameters
other
SizeIAn object to compare with this object.
Returns
- bool
true
if the current object is equal to other; otherwise,false
.