public sealed class PropertyID : IEquatable<PropertyID>,
IEnumerable<PropertyID>, IEnumerable
Public NotInheritable Class PropertyID
Implements IEquatable(Of PropertyID), IEnumerable(Of PropertyID),
IEnumerable
public ref class PropertyID sealed : IEquatable<PropertyID^>,
IEnumerable<PropertyID^>, IEnumerable
[<SealedAttribute>]
type PropertyID =
class
interface IEquatable<PropertyID>
interface IEnumerable<PropertyID>
interface IEnumerable
end
App | Gets the LocalID of the AppID object with which the PropertyID object is connected, or null if the PropertyID object is not connected with any AppID. |
ID | Gets the local ID of the VCardProperty. |
Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) |
Equals(PropertyID) | Indicates whether the current object is equal to another object of the same type. |
GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Overrides ObjectToString) |
Equality(PropertyID, PropertyID) | Compares two PropertyID objects. The result indicates whether the values of the two PropertyID objects are equal. |
Inequality(PropertyID, PropertyID) | Compares two PropertyID objects. The result indicates whether the values of the two PropertyID objects are not equal. |
IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. |
IEnumerablePropertyIDGetEnumerator | Returns an enumerator that iterates through the collection. |