RVTDocs.com

SchedulableField.Equality Operator

Description:
Determines whether two SchedulableField are the same.
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 the same, otherwise false.