CategoryAttributeEquals Method |
Returns whether the value of the given object is equal to the current System.ComponentModel.CategoryAttribute.
Namespace: System.ComponentModelAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax 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