op_Equality
Uid Equality operator
Determines whether two specified objects have the same value.
public static bool operator ==(Uid? left, Uid? right)
| Parameter | Type | Description |
|---|---|---|
| left | Uid | Left-hand side object to compare for equivalence. |
| right | Uid | Right-hand side object to compare for equivalence. |
Return Value
true if the value of left is the same as the value of right; otherwise, false.
See Also
- class Uid
- namespace Aspose.Medical.Dicom
- assembly Aspose.Medical