LazyMemberInfo.Equality(LazyMemberInfo, LazyMemberInfo) 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 the two specified LazyMemberInfo objects are equal.
public:
static bool operator ==(System::ComponentModel::Composition::ReflectionModel::LazyMemberInfo left, System::ComponentModel::Composition::ReflectionModel::LazyMemberInfo right);
public static bool operator == (System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo left, System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo right);
static member ( = ) : System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo * System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo -> bool
Public Shared Operator == (left As LazyMemberInfo, right As LazyMemberInfo) As Boolean
Parameters
- left
- LazyMemberInfo
The first object to test.
- right
- LazyMemberInfo
The second object to test.
Returns
true
if the objects are equal; otherwise, false
.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.