DependencyPropertyChangedEventArgs::Equals Method (Object^)
.NET Framework (current version)
Determines whether the provided object is equivalent to the current DependencyPropertyChangedEventArgs.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- obj
-
Type:
System::Object^
The object to compare to the current DependencyPropertyChangedEventArgs.
Return Value
Type: System::Booleantrue if the provided object is equivalent to the current DependencyPropertyChangedEventArgs; otherwise, false.
This implementation relies on value equivalence of all properties, including internal properties.
.NET Framework
Available since 3.0
Available since 3.0
Show: