op_Inequality
ValueRepresentation Inequality operator
Determines whether two specified objects have different values.
public static bool operator !=(ValueRepresentation? left, ValueRepresentation? right)
| Parameter | Type | Description |
|---|---|---|
| left | ValueRepresentation | Left-hand side object to compare for non-equivalence. |
| right | ValueRepresentation | Right-hand side object to compare for non-equivalence. |
Return Value
true if the value of left is different from the value of right; otherwise, false.
See Also
- class ValueRepresentation
- namespace Aspose.Medical.Dicom.ValueRepresentations
- assembly Aspose.Medical