Represents an instant messanger address.
More...
Inherits IComparable< System::SharedPtr< Aspose::Email::PersonalInfo::InstantMessengerAddress > >, and IEquatable< System::SharedPtr< Aspose::Email::PersonalInfo::InstantMessengerAddress > >.
Represents an instant messanger address.
◆ InstantMessengerAddress()
Aspose::Email::PersonalInfo::InstantMessengerAddress::InstantMessengerAddress |
( |
| ) |
|
◆ CompareTo()
int32_t Aspose::Email::PersonalInfo::InstantMessengerAddress::CompareTo |
( |
System::SharedPtr< InstantMessengerAddress > |
obj | ) |
|
|
override |
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.
- Parameters
-
obj | An object to compare with this instance, or null. |
- Returns
- This method returns: a value less than 0 if this is less than value 0 if this is equal to value a value greater than 0 if this is greater than value
◆ Equals() [1/3]
bool Aspose::Email::PersonalInfo::InstantMessengerAddress::Equals |
( |
System::SharedPtr< InstantMessengerAddress > |
obj | ) |
|
|
override |
Determines whether the specified Object is equal to the current Object.
- Parameters
-
obj | The Object to compare with the current Object. |
- Returns
- Returns a boolean indicating if the passed in object obj is Equal to this.
◆ Equals() [2/3]
Determines whether the specified object instances are considered equal.
- Parameters
-
x | The first object to compare. |
y | The second object to compare. |
- Returns
- true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
◆ Equals() [3/3]
bool Aspose::Email::PersonalInfo::InstantMessengerAddress::Equals |
( |
System::SharedPtr< System::Object > |
obj | ) |
|
|
override |
Determines whether the specified Object is equal to the current Object.
- Parameters
-
obj | The Object to compare with the current Object. |
- Returns
- Returns a boolean indicating if the passed in object obj is Equal to this.
◆ get_Address()
System::String Aspose::Email::PersonalInfo::InstantMessengerAddress::get_Address |
( |
| ) |
const |
Gets an instant messanger address
◆ get_Category()
System::SharedPtr<InstantMessengerCategory> Aspose::Email::PersonalInfo::InstantMessengerAddress::get_Category |
( |
| ) |
const |
◆ get_Prefered()
bool Aspose::Email::PersonalInfo::InstantMessengerAddress::get_Prefered |
( |
| ) |
const |
Gets a value which defines whether object is preferred.
◆ GetHashCode() [1/2]
int32_t Aspose::Email::PersonalInfo::InstantMessengerAddress::GetHashCode |
( |
| ) |
const |
|
override |
GetHashCode returns a hash function for this object.
- Returns
- Returns a hash function for this object.
◆ GetHashCode() [2/2]
int32_t Aspose::Email::PersonalInfo::InstantMessengerAddress::GetHashCode |
( |
System::SharedPtr< InstantMessengerAddress > |
obj | ) |
|
GetHashCode returns a hash function for specified object.
- Parameters
-
obj | The Object for which a hash code is to be returned. |
- Returns
- Returns a hash function for specified object.
◆ set_Address()
void Aspose::Email::PersonalInfo::InstantMessengerAddress::set_Address |
( |
System::String |
value | ) |
|
Sets an instant messanger address
◆ set_Category()
void Aspose::Email::PersonalInfo::InstantMessengerAddress::set_Category |
( |
System::SharedPtr< InstantMessengerCategory > |
value | ) |
|
◆ set_Prefered()
void Aspose::Email::PersonalInfo::InstantMessengerAddress::set_Prefered |
( |
bool |
value | ) |
|
Sets a value which defines whether object is preferred.
◆ ToString()
System::String Aspose::Email::PersonalInfo::InstantMessengerAddress::ToString |
( |
| ) |
const |
|
override |
Returns a string that represents the current object.
- Returns
- Returns a string that represents the current object.
◆ operator!=
◆ operator==