Unit.Equals Method (Object)
.NET Framework 3.0
Compares this Unit with the specified object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use the Equals method to compare the Unit that this method is called from with the object specified by obj. For both objects to be equal, they must have the same values for both the Type and Value properties.
Note: |
|---|
| The object specified by obj must by a Unit type object for the comparison to succeed. If the object is a null reference (Nothing in Visual Basic), false is returned. |
Community Additions
ADD
Show:
Note: