ContactIDEquality Operator
Overloads the equality operator for
ContactID instances.
Namespace: FolkerKinzel.VCards.ModelsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
public static bool operator ==(
ContactID? left,
ContactID? right
)
Public Shared Operator = (
left As ContactID,
right As ContactID
) As Boolean
public:
static bool operator ==(
ContactID^ left,
ContactID^ right
)
static let inline (=)
left : ContactID *
right : ContactID : bool
- left ContactID
- The left ContactID object or null.
- right ContactID
- The right ContactID object or null.
Booleantrue if the contents of
left and
right are equal, otherwise
false.