ImeiNumber Structure
IMEI number for a
DeviceDto to identify with.
Namespace: MobileTrack.Common.ModelsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
[StructLayoutAttribute(LayoutKind.Explicit, Size = 8, CharSet = CharSet.Ansi)]
public readonly struct ImeiNumber : IEquatable<ImeiNumber>,
IComparable, IComparable<ImeiNumber>, IParsable<ImeiNumber>
- Inheritance
- Object ValueType ImeiNumber
- Implements
- IComparable, IComparableImeiNumber, IEquatableImeiNumber, IParsableImeiNumber
| CompareTo(ImeiNumber) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |
| CompareTo(Object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |
| Equals(ImeiNumber) | Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object)) |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) |
| Parse | Parses a string into a value. |
| ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString) |
| ToString(String) |
Returns the IMEI number as a string with the given separator
inbetween the values. Example: 00-000000-000000-0 if separator is a dash.
|
| TryParse | Tries to parse a string into a value. |
| TryParseInner |
Parses the given imeiNumber into a ImeiNumber object.
|