Picture.Equals Method (Picture)
Determines whether the specified Picture is equal to this Picture.
Syntax
'Declaration
Public Function Equals ( _
other As Picture _
) As Boolean
public bool Equals (
Picture other
)
public:
bool Equals(
Picture other
)
Parameters
- other
Type: Picture
Picture to compare with this instance.
Return Value
Type: Boolean
true if the objects are equal; false otherwise.
Requirements
Namespace: Microsoft.Xna.Framework.Media
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Picture Class
Picture Members
Microsoft.Xna.Framework.Media Namespace
Platforms
Windows Phone