System.Reflection.CustomAttributeData.Equals Method

Returns a value that indicates whether this instance is equal to a specified object.

Syntax

public override bool Equals (object obj)

Parameters

obj
An object to compare with this instance, or null.

Returns

true if obj is equal to the current instance; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0