public sealed class IrDAAddress : IComparable,
IFormattablePublic NotInheritable Class IrDAAddress
Implements IComparable, IFormattablepublic ref class IrDAAddress sealed : IComparable,
IFormattable[<SealedAttribute>]
type IrDAAddress =
class
interface IComparable
interface IFormattable
end| IrDAAddress(Byte) | Initializes a new instance of the IrDAAddress class with the specified address. |
| IrDAAddress(Int32) | Initializes a new instance of the IrDAAddress class with the specified address. |
| Equals |
Compares two IrDAAddress instances for equality.
(Overrides ObjectEquals(Object)) |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ObjectGetHashCode) |
| GetType | (Inherited from Object) |
| Parse | Converts the string representation of an IrDA address to a new IrDAAddress instance. |
| ToByteArray | Returns the internal byte array. |
| ToInt32 | Returns the IrDA address as an integer. |
| ToString |
Converts the address to its equivalent string representation.
(Overrides ObjectToString) |
| ToString(String) | Returns a String representation of the value of this IrDAAddress instance, according to the provided format specifier. |
| ToString(String, IFormatProvider) | Returns a String representation of the value of this IrDAAddress instance, according to the provided format specifier. |
| TryParse | Converts the string representation of an address to it's IrDAAddress equivalent. A return value indicates whether the operation succeeded. |
| Equality(IrDAAddress, IrDAAddress) | Returns an indication whether the values of two specified IrDAAddress objects are equal. |
| Inequality(IrDAAddress, IrDAAddress) | Returns an indication whether the values of two specified IrDAAddress objects are not equal. |
| None | Provides a null IrDA address. |