Click or drag to resize
DescriptionAttributeEquals Method
Returns whether the value of the given object is equal to the current System.ComponentModel.DescriptionAttribute.

Namespace: System.ComponentModel
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to test the value equality of.

Return Value

Type: Boolean
true if the value of the given object is equal to that of the current; otherwise, false.
See Also