op_Equality
ValueRepresentation Equality operator
Determines whether two specified objects have the same value.
public static bool operator ==(ValueRepresentation? left, ValueRepresentation? right)
| Parameter | Type | Description |
|---|---|---|
| left | ValueRepresentation | Left-hand side object to compare for equivalence. |
| right | ValueRepresentation | 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 ValueRepresentation
- namespace Aspose.Medical.Dicom.ValueRepresentations
- assembly Aspose.Medical