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

left TypedValue
The first TypedValue to compare.
right TypedValue
The second TypedValue to compare.

Returns

bool
true if the specified TypedValue instances are not equal; otherwise, false.