Position.Equals(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Boolean value that indicates whether or not obj is another Position structure and represents exactly the same latitude and longitude as this one.
public override bool Equals(object obj);
override this.Equals : obj -> bool
Parameters
- obj
- System.Object
The object to compare with.
Returns
true if obj is another Position structure and represents exactly the same latitude and longitude as this one. Otherwise, false.