ValueRangeTValueEquals Method

CVB.Net Documentation
Equality check for ValueRange structures.

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

Return Value

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

Reference