SchedulableField.op_Equality
Description:
Determines whether two SchedulableField are the same.
Determines whether two SchedulableField are the same.
public static bool operator ==(
SchedulableField first,
SchedulableField second
)
-
firstThe first SchedulableField.
-
secondThe second SchedulableField.
Return Value
bool
True if the SchedulableField are the same, otherwise false.