/// <summary>
 ///   The equals.
 /// </summary>
 /// <param name="other"> The other. </param>
 /// <returns> The System.Boolean. </returns>
 public bool Equals(BaseSetBlackboardAttribute other)
 {
     return base.Equals(other);
 }
 /// <summary>
 ///   The equals.
 /// </summary>
 /// <param name="other"> The other. </param>
 /// <returns> The System.Boolean. </returns>
 public bool Equals(BaseSetBlackboardAttribute other)
 {
     return(base.Equals(other));
 }