Method Equals
Equals(DynamicEntityObservation)
Returns true
if the two dynamic entity observations are equal, false
otherwise.
Declaration
public bool Equals(DynamicEntityObservation dynamicEntityObservation)
Parameters
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
Target | Versions |
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |
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
Target | Versions |
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |