/// <summary>
 /// Determines whether the specified object is equal to the current object.
 /// </summary>
 /// <param name="other">The object to compare with the current object.</param>
 /// <returns><b>true</b> if the specified object is equal to the current object, otherwise, <b>false</b>.</returns>
 public override bool Equals(RiakCommitHook other)
 {
     return Equals(other as RiakErlangCommitHook);
 }
 /// <summary>
 /// Determines whether the specified object is equal to the current object.
 /// </summary>
 /// <param name="other">The object to compare with the current object.</param>
 /// <returns><b>true</b> if the specified object is equal to the current object, otherwise, <b>false</b>.</returns>
 public override bool Equals(RiakCommitHook other)
 {
     return Equals(other as RiakJavascriptCommitHook);
 }