LazyMemberInfo.Equality Operator
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Determines whether the two specified LazyMemberInfo objects are equal.
Namespace: System.ComponentModel.Composition.ReflectionModel
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
Syntax
'Declaration
Public Shared Operator = ( _
left As LazyMemberInfo, _
right As LazyMemberInfo _
) As Boolean
public static bool operator ==(
LazyMemberInfo left,
LazyMemberInfo right
)
Parameters
- left
Type: System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo
The first object to test.
- right
Type: System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo
The second object to test.
Return Value
Type: System.Boolean
true if the objects are equal; otherwise, false.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.