RVTDocs.com

SchedulableField.Inequality Operator

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