CornerRadius.Equals Method (Object)
.NET Framework 3.0
Determines whether the specified Object is a CornerRadius and whether it contains the same corner radius values as this CornerRadius.
Namespace: System.Windows
Assembly: PresentationFramework (in presentationframework.dll)
Assembly: PresentationFramework (in presentationframework.dll)
public boolean Equals ( Object obj )
public override function Equals ( obj : Object ) : boolean
You cannot use methods in XAML.
Parameters
- obj
The Object to compare.
Return Value
true if obj is a CornerRadius and contains the same corner radius values as this CornerRadius; otherwise, false.Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.