예제 #1
0
 public bool Equals(IViewManagerProviderKey other)
 {
     return(other != null &&
            BindingInfo.Equals(other.BindingInfo) &&
            EqualityComparer <IMapperRequest> .Default.Equals(MapperRequest, other.MapperRequest));
 }