RectanglesameObject Method |
Determine whether this rectangle is the same as another object. Note that two rectangles can be equal but not the same object, if they both have the same bounds.
Namespace:
VelocityDBExtensions.Spatial
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax public bool sameObject(
Object o
)
Public Function sameObject (
o As Object
) As Boolean
public:
bool sameObject(
Object^ o
)
member sameObject :
o : Object -> bool
Parameters
- o
- Type: SystemObject
The object to compare with this rectangle
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VelocityDBExtensions.Spatial.Rectangle.sameObject(System.Object)"]
See Also