Class InstantMessengerAddress

InstantMessengerAddress class

Represents an instant messanger address.

public class InstantMessengerAddress : IComparable<InstantMessengerAddress>, 
    IEquatable<InstantMessengerAddress>

Constructors

NameDescription
InstantMessengerAddress()The default constructor.

Properties

NameDescription
Address { get; set; }Gets or sets an instant messanger address
Category { get; set; }Gets or sets an object category
Prefered { get; set; }Gets or sets a value which defines whether object is preferred.

Methods

NameDescription
CompareTo(InstantMessengerAddress)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(InstantMessengerAddress)Determines whether the specified Object is equal to the current Object.
override Equals(object)Determines whether the specified Object is equal to the current Object.
Equals(InstantMessengerAddress, InstantMessengerAddress)Determines whether the specified object instances are considered equal.
override GetHashCode()GetHashCode returns a hash function for this object.
GetHashCode(InstantMessengerAddress)GetHashCode returns a hash function for specified object.
override ToString()Returns a string that represents the current object.
operator ==Determines whether the specified objects are equal.
operator !=Determines whether the specified objects are not equal.

See Also