FailureMessageKey.op_Equality
Description:
Determines whether two FailureMessageKeys are the same.
Determines whether two FailureMessageKeys are the same.
public static bool operator ==(
FailureMessageKey first,
FailureMessageKey second
)
-
firstThe first FailureMessageKey.
-
secondThe second FailureMessageKey.
Return Value
bool
True if the FailureMessageKeys are the same; otherwise, false.