Click or drag to resize
PropertyInfoEquality Operator
Indicates whether two PropertyInfo objects are equal.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static bool operator ==(
	PropertyInfo left,
	PropertyInfo right
)

Parameters

left
Type: System.ReflectionPropertyInfo
The first object to compare.
right
Type: System.ReflectionPropertyInfo
The second object to compare.

Return Value

Type: Boolean
true if left is equal to right; otherwise, false.
See Also