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