GenApiVersionEquals Method (GenApiVersion)

CVB.Net Documentation
Checks whether the given other is a GenApiVersion with the same version number.

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

public bool Equals(
	GenApiVersion other
)

Parameters

other
Type: Stemmer.Cvb.GenApiGenApiVersion
Object to test for equality.

Return Value

Type: Boolean
true if other is equal to this object; false otherwise.

Implements

IEquatableTEquals(T)
See Also

Reference