PropertyInfo.Equality(PropertyInfo, PropertyInfo) 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.
Indicates whether two PropertyInfo objects are equal.
public:
static bool operator ==(System::Reflection::PropertyInfo ^ left, System::Reflection::PropertyInfo ^ right);
public static bool operator == (System.Reflection.PropertyInfo? left, System.Reflection.PropertyInfo? right);
public static bool operator == (System.Reflection.PropertyInfo left, System.Reflection.PropertyInfo right);
static member ( = ) : System.Reflection.PropertyInfo * System.Reflection.PropertyInfo -> bool
Public Shared Operator == (left As PropertyInfo, right As PropertyInfo) As Boolean
Parameters
- left
- PropertyInfo
The first object to compare.
- right
- PropertyInfo
The second object to compare.
Returns
true
if left
is equal to right
; otherwise, false
.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.