示例#1
0
 public bool IsEqual(Standard_GUID string1, Standard_GUID string2)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public int HashCode(Standard_GUID theGUID, int theUpperBound)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public bool IsNotSame(Standard_GUID uid)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public void Assign(Standard_GUID uid)
 {
     throw new NotImplementedException();
 }
示例#5
0
 public Standard_GUID(Standard_GUID aGuid)
     : base()
 {
     throw new NotImplementedException();
 }