TypeParameterAdapter.Equals Method

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

Definition

Determines whether the specified type is equal to this type based on their signatures.
public override 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.