ContactIDInequality Operator
Overloads the not-equal-to operator for
ContactID instances.
Namespace: FolkerKinzel.VCards.ModelsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
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 not equal, otherwise
false.