TypedValue.Equality Operator

Namespace
Kampute.DocToolkit.Metadata
Assembly
  • Kampute.DocToolkit.dll

Definition

Determines whether two specified TypedValue instances are 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 two TypedValue instances are equal; otherwise, false.