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