@@ -73,43 +73,43 @@ Guid(
7373
7474### Parameters
7575
76- * a* < br />
76+ * a* \
7777The first 4 bytes of the ` GUID ` .
7878
79- * b* < br />
79+ * b* \
8080The next 2 bytes of the ` GUID ` .
8181
82- * c* < br />
82+ * c* \
8383The next 2 bytes of the ` GUID ` .
8484
85- * d* < br />
85+ * d* \
8686The next byte of the ` GUID ` .
8787
88- * e* < br />
88+ * e* \
8989The next byte of the ` GUID ` .
9090
91- * f* < br />
91+ * f* \
9292The next byte of the ` GUID ` .
9393
94- * g* < br />
94+ * g* \
9595The next byte of the ` GUID ` .
9696
97- * h* < br />
97+ * h* \
9898The next byte of the ` GUID ` .
9999
100- * i* < br />
100+ * i* \
101101The next byte of the ` GUID ` .
102102
103- * j* < br />
103+ * j* \
104104The next byte of the ` GUID ` .
105105
106- * k* < br />
106+ * k* \
107107The next byte of the ` GUID ` .
108108
109- * m* < br />
109+ * m* \
110110A ` GUID ` in the form a [ GUID structure] ( /windows/win32/api/guiddef/ns-guiddef-guid ) .
111111
112- * n* < br />
112+ * n* \
113113The remaining 8 bytes of the ` GUID ` .
114114
115115## <a name =" operator-equality " ></a > Guid::operator== Operator
@@ -124,10 +124,10 @@ static bool Platform::Guid::operator==(Platform::Guid guid1, Platform::Guid guid
124124
125125### Parameters
126126
127- * guid1* < br />
127+ * guid1* \
128128The first ` Platform::Guid ` to compare.
129129
130- * guid2* < br />
130+ * guid2* \
131131The second ` Platform::Guid ` to compare.
132132
133133### Return Value
@@ -151,10 +151,10 @@ static bool Platform::Guid::operator!=(Platform::Guid guid1, Platform::Guid guid
151151
152152### Parameters
153153
154- * guid1* < br />
154+ * guid1* \
155155The first ` Platform::Guid ` to compare.
156156
157- * guid2* < br />
157+ * guid2* \
158158The second ` Platform::Guid ` to compare.
159159
160160### Return Value
@@ -173,10 +173,10 @@ static bool Platform::Guid::operator<(Platform::Guid guid1, Platform::Guid guid2
173173
174174### Parameters
175175
176- * guid1* < br />
176+ * guid1* \
177177The first ` Platform::Guid ` to compare.
178178
179- * guid2* < br />
179+ * guid2* \
180180The second ` Platform::Guid ` to compare.
181181
182182### Return Value
0 commit comments