Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the specified PictureAlbum instances are equal.
Syntax
'Declaration
Public Shared Function op_Equality ( _
first As PictureAlbum, _
second As PictureAlbum _
) As Boolean
public static bool op_Equality (
PictureAlbum first,
PictureAlbum second
)
public:
static bool op_Equality(
PictureAlbum first,
PictureAlbum second
)
Parameters
- first
Type: PictureAlbum
Object to the left of the equality operator. - second
Type: PictureAlbum
Object to the right of the equality operator.
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
PictureAlbum Class
PictureAlbum Members
Microsoft.Xna.Framework.Media Namespace
Platforms
Windows Phone