RVTDocs.com

FailureMessageKey.Equality Operator

Description:
Determines whether two FailureMessageKeys are the same.
Syntax
public static bool operator ==(
	FailureMessageKey first,
	FailureMessageKey second
)
Parameters
Parameter Type Description
first FailureMessageKey The first FailureMessageKey.
second FailureMessageKey The second FailureMessageKey.
Return Value
Type Description
Boolean True if the FailureMessageKeys are the same; otherwise, false.