PropertyIDEquality Operator
Compares two
PropertyID objects. The result indicates
whether the values of the two
PropertyID objects are equal.
Namespace: FolkerKinzel.VCards.ModelsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
public static bool operator ==(
PropertyID? pid1,
PropertyID? pid2
)
Public Shared Operator = (
pid1 As PropertyID,
pid2 As PropertyID
) As Boolean
public:
static bool operator ==(
PropertyID^ pid1,
PropertyID^ pid2
)
static let inline (=)
pid1 : PropertyID *
pid2 : PropertyID : bool
- pid1 PropertyID
- A PropertyID object to compare.
- pid2 PropertyID
- A PropertyID object to compare.
Booleantrue if the values of the two
PropertyID objects
are equal, otherwise
false.