Exemplo n.º 1
0
 public virtual bool Equals(object o)
 {
     return(PrefabAttribute.ComparePrefabAttribute(this, (PrefabAttribute)o));
 }
Exemplo n.º 2
0
 public static bool operator ==(PrefabAttribute x, PrefabAttribute y)
 {
     return(PrefabAttribute.ComparePrefabAttribute(x, y));
 }
 public override bool Equals(object o)
 {
     return(PrefabAttribute.ComparePrefabAttribute(this, (PrefabAttribute)o));
 }