PostSharpAPI ReferencePost­Sharp.​ReflectionReflection­Type­ComparerEquals
Open sandboxFocus

Method Equals

Equals(Type, Type)

Determines whether the specified objects are equal.

Declaration
public bool Equals(Type x, Type y)
Parameters
Type Name Description
Type x

The first object of type T to compare.

Type y

The second object of type T to compare.

Returns
Type Description
Boolean

true if the specified objects are equal; otherwise, false.

Equals(Type[], Type[])

Determines whether the specified objects are equal.

Declaration
public bool Equals(Type[] x, Type[] y)
Parameters
Type Name Description
Type[] x

The first object of type T to compare.

Type[] y

The second object of type T to compare.

Returns
Type Description
Boolean

true if the specified objects are equal; otherwise, false.