BitVector32.Section.Inequality Operator
Definition
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 BitVector32.Section objects have different values.
public:
static bool operator !=(System::Collections::Specialized::BitVector32::Section a, System::Collections::Specialized::BitVector32::Section b);
public static bool operator != (System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized.BitVector32.Section b);
static member op_Inequality : System.Collections.Specialized.BitVector32.Section * System.Collections.Specialized.BitVector32.Section -> bool
Public Shared Operator != (a As BitVector32.Section, b As BitVector32.Section) As Boolean
Parameters
A BitVector32.Section object.
A BitVector32.Section object.
Returns
true
if the a
and b
parameters represent different BitVector32.Section objects; otherwise, false
.
Remarks
The equivalent method for this operator is Equality
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.