Click or drag to resize
CloneLibraryInformationInequality Operator
Overrides != Operator.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static bool operator !=(
	CloneLibraryInformation obj1,
	CloneLibraryInformation obj2
)

Parameters

obj1
Type: BioCloneLibraryInformation
First Input Object.
obj2
Type: BioCloneLibraryInformation
Second Input Object.

Return Value

Type: Boolean
Result of reference comparison.
See Also