<Code Lib>
2027 Method
Changes 0
M

FailureMessageKey.op_Equality

Description:
Determines whether two FailureMessageKeys are the same.

public static bool operator ==(
	FailureMessageKey first,
	FailureMessageKey second
)

Return Value Boolean True if the FailureMessageKeys are the same; otherwise, false.

Loading…