Exemplo n.º 1
0
 /// <summary>
 /// Returns <c>true</c> if the <c>PropertySet</c> is equal
 /// To the specified parameter, else <c>false</c>.
 /// </summary>
 /// <param name="o">the object To Compare this
 /// <c>PropertySet</c>
 /// with</param>
 /// <returns>
 ///     <c>true</c>
 /// if the objects are equal,
 /// <c>false</c>
 /// if not
 /// </returns>
 public override bool Equals(Object o)
 {
     return(delegate1.Equals(o));
 }