コード例 #1
0
 public override int GetHashCode()
 {
     return(Value != null ? CollectionUtil.ArrayHashCode(Value) : 0);
 }
コード例 #2
0
 protected bool Equals(Guid other)
 {
     return(CollectionUtil.StructuralEquals(this.Value, other.Value));
 }