public bool IsMatch(object otherObject, MethodInfo otherMethod)
 {
     return(WeakActionStructUtility.IsMatch(_objectRef.Target, _method,
                                            otherObject, otherMethod));
 }
 public bool Equals(WeakActionStruct <T1, T2> other)
 {
     return(WeakActionStructUtility.IsMatch(_objectRef.Target, _method,
                                            other._objectRef.Target, other._method));
 }