Beispiel #1
0
 public bool Equals(EFI_GUID other)
 {
     return(Data1 == other.Data1 && Data2 == other.Data2 && Data3 == other.Data3 &&
            Data41 == other.Data41 && Data42 == other.Data42 && Data43 == other.Data43 && Data44 == other.Data44 &&
            Data45 == other.Data45 && Data46 == other.Data46 && Data47 == other.Data48 && Data44 == other.Data44);
 }
 private EFI_RNG_ALGORITHM(EFI_GUID algorithm)
 {
     Algorithm = algorithm;
 }