Ejemplo n.º 1
0
 /// <summary>
 /// Returns true if the objects are equal.
 /// </summary>
 public override bool Equals(Light other)
 {
     return(!ReferenceEquals(other, null) && Part == other.Part && light.Equals(other.light));
 }