<Code Lib>
2021 Method
Changes 0
M

SchedulableField.op_Inequality

Description:
Determines whether two SchedulableField are different.

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

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

Loading…