TypedValue.Equals Method
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
| TypedValue.Equals(TypedValue) | Determines whether the specified TypedValue is equal to the current TypedValue. |
| TypedValue.Equals(object) | Determines whether the specified object is equal to the current TypedValue. |
TypedValue.Equals(TypedValue)
Determines whether the specified TypedValue is equal to the current TypedValue.
public bool Equals(TypedValue other)Parameters
otherTypedValue- The TypedValue to compare with the current TypedValue.
Returns
- bool
trueif the specified TypedValue is equal to the current TypedValue; otherwise,false.
TypedValue.Equals(object)
Determines whether the specified object is equal to the current TypedValue.
public override bool Equals(object obj)Parameters
objobject- The object to compare with the current TypedValue.
Returns
- bool
trueif the specified object is equal to the current TypedValue; otherwise,false.
