ContainerRandomAccessIterator<TValue>.Inequality Operator
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether two iterators are not the same object.
Inequality(IInputIterator<TValue>) |
Determines whether the given IInputIterator<TValue> object differs from the current ContainerRandomAccessIterator<TValue> object. |
Inequality(ContainerRandomAccessIterator<TValue>) |
Determines whether the given ContainerRandomAccessIterator<TValue> object differs from the current ContainerRandomAccessIterator<TValue> object. |
Determines whether the given IInputIterator<TValue> object differs from the current ContainerRandomAccessIterator<TValue> object.
public:
bool operator !=(Microsoft::VisualC::StlClr::Generic::IInputIterator<TValue> ^ _Right);
public bool operator !=(Microsoft.VisualC.StlClr.Generic.IInputIterator<TValue> _Right);
member this.op_Inequality : Microsoft.VisualC.StlClr.Generic.IInputIterator<'Value> -> bool
Public Operator != (_Right As IInputIterator(Of TValue)) As Boolean
Parameters
- _Right
- IInputIterator<TValue>
The IInputIterator<TValue> object to compare with the current ContainerRandomAccessIterator<TValue> object.
Returns
true
if the two iterators are different objects; otherwise, false
.
Applies to
.NET Framework 4.8.1 a ďalšie verzie
Produkt | Verzie |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Determines whether the given ContainerRandomAccessIterator<TValue> object differs from the current ContainerRandomAccessIterator<TValue> object.
public:
bool operator !=(Microsoft::VisualC::StlClr::Generic::ContainerRandomAccessIterator<TValue> ^ _Right);
public bool operator !=(Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<TValue> _Right);
member this.op_Inequality : Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<'Value> -> bool
Public Operator != (_Right As ContainerRandomAccessIterator(Of TValue)) As Boolean
Parameters
The ContainerRandomAccessIterator<TValue> object to compare with the current ContainerRandomAccessIterator<TValue> object.
Returns
true
if the two iterators are different objects; otherwise, false
.
Applies to
.NET Framework 4.8.1 a ďalšie verzie
Produkt | Verzie |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Pripomienky k produktu .NET
.NET je open-source projekt. Ak chcete poskytnúť pripomienky, vyberte prepojenie: