Click or drag to resize
ResourceIdentifierTInequality Operator
This API is preliminary and subject to change.
Determines whether two specified resource identifiers have different values.

Namespace: net.openstack.Core
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public static bool operator !=(
	ResourceIdentifier<T> left,
	ResourceIdentifier<T> right
)

Parameters

left
Type: net.openstack.CoreResourceIdentifierT
The first resource identifier to compare, or .
right
Type: net.openstack.CoreResourceIdentifierT
The second resource identifier to compare, or .

Return Value

Type: Boolean
if the value of left is different from the value of right; otherwise, .
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6, 1.5, 1.4, 1.3.6
See Also