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