EdgeResultEquals Method

CVB.Net Documentation
Tests whether obj is an EdgeResult structure with the same content as this EdgeResult structure.

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

public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to compare to.

Return Value

Type: Boolean
true of the object referred to by obj and this object are identical, false otherwise.
See Also

Reference