Click or drag to resize

SetDataMetafileCommandIsEqual Method

Checks if two objects of type BaseMetafileCommand (or a derived class) are equal to each other. All position values must differ less than delta d to be considered as equal. Angles, axes ratios and the check on collinearity of lines are using the fixed value 0.01 rad.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public override bool IsEqual(
	Object obj,
	double d = 500
)

Parameters

obj  Object
The other object to compare.
d  Double  (Optional)

[Missing <param name="d"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.SetDataMetafileCommand.IsEqual(System.Object,System.Double)"]

Return Value

Boolean
true, if obj is equal to this.
See Also