Metalama//API Documentation/Aspect API/Metalama.​Framework.​Code/IType/Equals
Open sandboxFocus

Method Equals

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
Boolean

Equals(IType, TypeComparison)

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