pub unsafe extern "C" fn nstd_gui_window_id_compare(
id1: NSTDWindowID,
id2: NSTDWindowID,
) -> c_intExpand description
Compares two window IDs.
Parameters:
NSTDWindowID id1 - A window ID.
NSTDWindowID id2 - Another window ID.
Returns: int are_same - 1 if the two IDs refer to the same window, 0 otherwise.