Exemplo n.º 1
0
 public DynamicWireframe(Wireframe frame)
     : this(frame.Blocks)
 {
 }
Exemplo n.º 2
0
 public bool Equals(Wireframe other)
 {
     return(GetHashCode() == other.GetHashCode());
 }