Identification Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Serializable]
public class Identification : IEquatable<Iot.Device.Nmea0183.Identification>
[<System.Serializable>]
type Identification = class
interface IEquatable<Identification>
Public Class Identification
Implements IEquatable(Of Identification)
- Inheritance
-
Identification
- Attributes
- Implements
Constructors
Identification() |
Properties
CalibrationDate | |
Callsign | |
MMSI | |
ShipName |
Methods
Equals(Identification) | Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | Determines whether the specified object is equal to the current object. |
GetHashCode() | Serves as the default hash function. |
Operators
Equality(Identification, Identification) |
Equality operator |
Inequality(Identification, Identification) |
Inequality operator |