internal static bool __IsEmpty (IMarkerAnimationListenerImplementor value)
			{
				return value.OnClosingCompleteHandler == null && value.OnOpeningCompleteHandler == null;
			}
 internal static bool __IsEmpty(IMarkerAnimationListenerImplementor value)
 {
     return(value.OnClosingCompleteHandler == null && value.OnOpeningCompleteHandler == null);
 }