PropertyIDEquality Operator

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

Definition

Namespace: FolkerKinzel.VCards.Models
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
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 equal, otherwise false.

See Also