NameEquality Operator
Overloads the equality operator for
Name instances.
Namespace: FolkerKinzel.VCards.ModelsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
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.