Click or drag to resize

SvgAttributeAttributeMatch Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public override bool Match(
	Object obj
)
Request Example View Source

Parameters

obj
Type: SystemObject
An Object to compare with this instance of Attribute.

Return Value

Type: Boolean
true if this instance equals obj; otherwise, false.
See Also