Equals Method (Thickness)
In This Topic
Determines whether the value of the specified object is equivalent to the current
Thickness.
Syntax
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- The object to compare to the current Thickness.
Return Value
true if the two
Thickness objects are equal; otherwise, false.
See Also