NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SizeF.Equals

Tests to see if the two sizes represent the same logical size. Doesn't actually test for object identity equality.

[Visual Basic]
Overrides Public Function Equals( _
   ByVal obj As Object _
) As Boolean
[C#]
public override bool Equals(
   object obj
);
[C++]
public: override bool Equals(
   Object* obj
);
[JScript]
public override function Equals(
   obj : Object
) : Boolean;

Parameters

obj
Test to see if this object is the same as the current one.

Return Value

boolean indicating true if they are the same, false otherwise.

See Also

SizeF Structure | SizeF Members | System.Drawing Namespace