Example #1
0
 protected bool Equals(RiakJavascriptCommitHook other)
 {
     return(string.Equals(Name, other.Name));
 }
 protected bool Equals(RiakJavascriptCommitHook other)
 {
     return string.Equals(Name, other.Name);
 }