Exemple #1
0
 private bool ShouldComponentUpdate(WrappedValue <TProps> nextPropsIfAny)
 {
     return(!ComponentPropsHelpers.DoPropsReferencesMatch(this.props, ComponentPropsHelpers.UnWrapValueIfDefined(nextPropsIfAny)));
 }
 internal static bool DoPropsReferencesMatch <TProps>(TProps props1, TProps props2)
 {
     return(ComponentPropsHelpers.DoPropsReferencesMatch(props1, props2));
 }