CloneLibraryInformationInequality Operator |
Overrides != Operator.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static bool operator !=(
CloneLibraryInformation obj1,
CloneLibraryInformation obj2
)
Public Shared Operator <> (
obj1 As CloneLibraryInformation,
obj2 As CloneLibraryInformation
) As Boolean
public:
static bool operator !=(
CloneLibraryInformation obj1,
CloneLibraryInformation obj2
)
static let inline (<>)
obj1 : CloneLibraryInformation *
obj2 : CloneLibraryInformation : bool
Parameters
- obj1
- Type: BioCloneLibraryInformation
First Input Object. - obj2
- Type: BioCloneLibraryInformation
Second Input Object.
Return Value
Type:
BooleanResult of reference comparison.
See Also