TypeAdapter.Equals Method

Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
  • Kampute.DocToolkit.dll
TypeAdapter.Equals(IType)Determines whether the specified type is equal to this type based on their signatures.
TypeAdapter.Equals(object)Determines whether the specified object is equal to this type.

TypeAdapter.Equals(IType)

Determines whether the specified type is equal to this type based on their signatures.
public virtual bool Equals(IType other)

Parameters

other IType
The type to compare with the current type.

Returns

bool
true if the specified type has the same signature as this type; otherwise, false.

TypeAdapter.Equals(object)

Determines whether the specified object is equal to this type.
public override bool Equals(object obj)

Parameters

obj object
The object to compare with the current type.

Returns

bool
true if the specified object is an IType with the same signature as this type; otherwise, false.