PropertyIDInequality Operator

Compares two PropertyID objects. The result indicates whether the values of the two PropertyID objects are not equal.

Definition

Namespace: FolkerKinzel.VCards.Models
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
C#
public static bool operator !=(
	PropertyID? pid1,
	PropertyID? pid2
)

Parameters

pid1  PropertyID
A PropertyID object to compare.
pid2  PropertyID
A PropertyID object to compare.

Return Value

Boolean
true if the values of the two PropertyID objects are not equal, otherwise false.

See Also