Equals

Thickness.Equals method

Determines whether the specified Thickness is equal to the current Thickness.

public override bool Equals(object obj)
Parameter Type Description
obj Object The Thickness to compare with the current Thickness.

Return Value

true if the specified Thickness is equal to the current Thickness; otherwise, false.

See Also