MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeITypeEquals
Open sandboxFocus

IType.Equals Method

Equals(SpecialType)

Determines whether the current type is equal to a well-known special type.

Declaration
bool Equals(SpecialType specialType)
Parameters
Type Name Description
SpecialType specialType
Returns
Type Description
System.Boolean

Equals(IType, TypeComparison)

Declaration
bool Equals(IType otherType, TypeComparison typeComparison)
Parameters
Type Name Description
IType otherType
TypeComparison typeComparison
Returns
Type Description
System.Boolean