指定したオブジェクトがこの ImageFormat オブジェクトと等価な ImageFormat オブジェクトかどうかを示す値を返します。
Overrides Public Function Equals( _
ByVal o As Object _) As Boolean
[C#]
public override bool Equals(objecto);
[C++]
public: bool Equals(Object* o);
[JScript]
public override function Equals(
o : Object) : Boolean;
パラメータ
- o
テストするオブジェクト。
戻り値
o がこの ImageFormat オブジェクトと等価な ImageFormat オブジェクトである場合は、 true を返します。それ以外の場合は、 false を返します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ImageFormat クラス | ImageFormat メンバ | System.Drawing.Imaging 名前空間