コード例 #1
0
 public bool Equals(PROPERTYKEY other)
 {
     return ((fmtid == other.fmtid) && (pid == other.pid));
 }
コード例 #2
0
 public bool Equals(PROPERTYKEY other)
 {
     return((fmtid == other.fmtid) && (pid == other.pid));
 }