RectDEquals Method

CVB.Net Documentation
Tests whether obj is a RectD structure with the same location and size of this RectD structure.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to compare to this one.

Return Value

Type: Boolean
true if obj is a RectD and if the borders are equal.
See Also

Reference