<Code Lib>
2021 Method
Changes 0
M

FailureMessageKey.op_Inequality

Description:
Determines whether two FailureMessageKeys are different.

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

Return Value bool True if the FailureMessageKeys are different; otherwise, false.

Loading…