Determines whether the specified object is a PixelFormat, value identical to this one.
Syntax

[C#]

virtual bool Equals(Object obj);
virtual bool Equals(PixelFormat other);

[Visual Basic]

Overidable Function Equals(obj As Object) As Boolean
Overidable Function Equals(other As PixelFormat) As Boolean
Params
Name Description
obj The object to compare.
other The PixelFormat to test against.
return True if they are identical, otherwise false.
Notes

None.

Example

None.