GetReadonlyData() public method

public GetReadonlyData ( ) : byte[]
return byte[]
示例#1
0
 public bool IsEquivalent(GroupRecord other)
 {
     return(this.GroupType == other.GroupType && ByteArrayCompare(this.GetReadonlyData(), other.GetReadonlyData()));
 }
示例#2
0
 public bool IsEquivalent(GroupRecord other)
 {
     return this.GroupType == other.GroupType && ByteArrayCompare(this.GetReadonlyData(), other.GetReadonlyData());
 }