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
leftTypedValue- The first TypedValue to compare.
rightTypedValue- The second TypedValue to compare.
Returns
- bool
trueif the two TypedValue instances are equal; otherwise,false.
