Show / Hide Table of Contents

Method Equals

Equals(DynamicEntityObservation)

Returns true if the two dynamic entity observations are equal, false otherwise.

Declaration
public bool Equals(DynamicEntityObservation dynamicEntityObservation)
Parameters
Type Name Description
DynamicEntityObservation dynamicEntityObservation

Another dynamic entity observation.

Returns
Type Description
System.Boolean

true if the current object is equal to the dynamicEntityObservation parameter; otherwise, false.

Implements
System.IEquatable<T>.Equals(T)

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8

Equals(Object)

Declaration
public override bool Equals(object other)
Parameters
Type Name Description
System.Object other
Returns
Type Description
System.Boolean
Overrides
System.Object.Equals(System.Object)

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.