Ejemplo n.º 1
0
 public virtual bool Equals(IIdentifier other)
 {
     return(other.GetIdentifierType().Equals(TypeCode.Int32) &&
            other.GetIdentifier().Equals(Identifier));
 }