Geotools.Net

Envelope.Equals Method 

Determines if the two objects are of the same type and if they contain the elements.

[Visual Basic]
Overrides Public Function Equals( _
   ByVal other As Object _
) As Boolean
[C#]
public override bool Equals(
   object other
);

Parameters

other
The other object to be compared.

Return Value

A bool containing either true of false based on the equality of the two objects.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Envelope.Equals(System.Object)

See Also

Envelope Class | Envelope Members | Geotools.Geometries Namespace