Click or drag to resize

SvgUnitEquals Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Indicates whether this instance and a specified object are equal.

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

Parameters

obj
Type: SystemObject
Another object to compare to.

Return Value

Type: Boolean
true if obj and this instance are the same type and represent the same value; otherwise, false.
See Also