[]
        
(Showing Draft Content)

C1.Android.Core.C1Size.Equals

Equals Method

Equals(object)

Compares an object to an instance of C1Size for equality.

Declaration
public override bool Equals(object o)
Public Overrides Function Equals(o As Object) As Boolean
Parameters
Type Name Description
object o

The object to compare with this instance.

Returns
Type Description
bool

true if the specified object is equal to this instance; otherwise, false.

Overrides