ResourceIdentifierTEquality Operator |
This API is preliminary and subject to change.
Determines whether two specified resource identifiers have the same value.
Namespace: net.openstack.CoreAssembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax public static bool operator ==(
ResourceIdentifier<T> left,
ResourceIdentifier<T> right
)
Public Shared Operator = (
left As ResourceIdentifier(Of T),
right As ResourceIdentifier(Of T)
) As Boolean
public:
static bool operator ==(
ResourceIdentifier<T>^ left,
ResourceIdentifier<T>^ right
)
static let inline (=)
left : ResourceIdentifier<'T> *
right : ResourceIdentifier<'T> : bool
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 the same as 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