protected bool Equals(RiakErlangCommitHook other)
 {
     return(string.Equals(Module, other.Module) && string.Equals(Function, other.Function));
 }
 static RiakErlangCommitHook()
 {
     RiakSearchCommitHook = new RiakErlangCommitHook("riak_search_kv_hook", "precommit");
 }
 static RiakErlangCommitHook()
 {
     RiakSearchCommitHook = new RiakErlangCommitHook("riak_search_kv_hook", "precommit");
 }
 protected bool Equals(RiakErlangCommitHook other)
 {
     return string.Equals(Module, other.Module) && string.Equals(Function, other.Function);
 }