TypedValue.Inequality Operator
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether two TypedValue instances are not equal.
public static bool operator !=(TypedValue left, TypedValue right)Parameters
leftTypedValue- The first TypedValue to compare.
rightTypedValue- The second TypedValue to compare.
Returns
- bool
trueif the specified TypedValue instances are not equal; otherwise,false.
