Name | Description | |
---|---|---|
PgSqlMacAddr Constructor | Initializes a new instance of the PgSqlMacAddr structure with the MAC address specified as an array of bytes. |
The following tables list the members exposed by PgSqlMacAddr.
Name | Description | |
---|---|---|
PgSqlMacAddr Constructor | Initializes a new instance of the PgSqlMacAddr structure with the MAC address specified as an array of bytes. |
Name | Description | |
---|---|---|
Null | Represents a NULL value that can be assigned to the PgSqlMacAddr structure. |
Name | Description | |
---|---|---|
Address | Gets the MAC address. | |
IsNull | Gets a value indicating whether the PgSqlMacAddr structure represents Null. |
Name | Description | |
---|---|---|
CompareTo | Overloaded. Compares the current PgSqlMacAddr object to the specified object. | |
Equals | Compares the specified object parameter to the PgSqlMacAddr value. | |
GetHashCode | Gets a hash code for the PgSqlMacAddr instance. | |
Parse | Converts the specified System.String representation of an IP address to its PgSqlMacAddr equivalent. | |
ToString | Converts the current PgSqlMacAddr structure to a System.String. |
Equality | Determines whether two PgSqlMacAddr values are equal. |
Inequality | Compares two PgSqlMacAddr structures to determine if they are not equal. |