<Code Lib>
2026 Method
Changes 0
M

SchedulableField.op_Equality

Description:
Determines whether two SchedulableField are the same.

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

Return Value Boolean True if the SchedulableField are the same, otherwise false.

Loading…