<Code Lib>
2026 Method
Changes 0
M

FailureMessageKey.op_Inequality

Description:
Determines whether two FailureMessageKeys are different.

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

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

Loading…