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

other TypedValue
The TypedValue to compare with the current TypedValue.

Returns

bool
true if 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

obj object
The object to compare with the current TypedValue.

Returns

bool
true if the specified object is equal to the current TypedValue; otherwise, false.