Beispiel #1
0
 internal static bool __IsEmpty(IBDLocationListenerImplementor value)
 {
     return(value.OnConnectHotSpotMessageHandler == null && value.OnReceiveLocationHandler == null);
 }
		internal static bool __IsEmpty (IBDLocationListenerImplementor value)
		{
			return value.Handler == null;
		}
Beispiel #3
0
 internal static bool __IsEmpty(IBDLocationListenerImplementor value)
 {
     return(value.Handler == null);
 }