RectEquals Method

CVB.Net Documentation
Tests whether obj is a Rect structure with the same/ location and size as this Rect 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 this one with.

Return Value

Type: Boolean
true if obj is a Rect and has the same border values; false otherwise.
See Also

Reference