Exemplo n.º 1
0
 public virtual bool ContentEquals(AlbumIdentifier another)
 {
     return(string.Equals(Value, another.Value));
 }
Exemplo n.º 2
0
 public AlbumIdentifierContract(AlbumIdentifier identifier)
 {
     Value = identifier.Value;
 }
Exemplo n.º 3
0
		public virtual bool ContentEquals(AlbumIdentifier another) {
			return string.Equals(Value, another.Value);
		}