ReflectionTypeComparer.Equals Method (Type, Type) |
Determines whether the specified objects are equal.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public bool Equals( Type x, Type y )
Parameters
- x
- Type: System.Type
The first object of type T to compare. - y
- Type: System.Type
The second object of type T to compare.
Return Value
Type: Booleantrue if the specified objects are equal; otherwise, false.