ReflectionTypeComparer.Equals Method (Type[], Type[]) |
Determines whether the specified objects are equal.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 6.8.6.0 (6.8.6.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.
Implements
IEqualityComparer<T>.Equals(T, T)