-
Notifications
You must be signed in to change notification settings - Fork 0
7c8ed9e5 6dcb f667 bf99 224d24daed8a
Axel Kesseler edited this page Oct 3, 2019
·
2 revisions
Determines whether provided unit is equal to one of the assigned units.
Namespace: Plexdata.Converters.Entities
Assembly: Plexdata.CapacityConverter (in Plexdata.CapacityConverter.dll) Version: 1.0.1
C#
public bool IsEqual(
string unit
)
- unit
- Type: System.String
The unit to be compared.
Type: Boolean
True is returned if provided unit is equal either to Unit1 or to Unit2. Otherwise, false is returned.
This method determines whether provided unit is equal to one of the assigned units. The string comparison takes place by using invariant culture as well as ignoring upper and lower cases.
Plexdata Capacity Converter