internal static bool __IsEmpty(IOnMapLongPressListenerImplementor value)
 {
     return(value.Handler == null);
 }
		internal static bool __IsEmpty (IOnMapLongPressListenerImplementor value)
		{
			return value.Handler == null;
		}