BitVector32.Section.Equality(BitVector32+Section, BitVector32+Section) 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 specified BitVector32.Section objects are equal.
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 ( = ) : 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 the same BitVector32.Section object, otherwise, false
.
Remarks
The equivalent method for this operator is BitVector32.Section.Equals(BitVector32+Section).
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.