EntityProperty.Equals 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.
Overloads
Equals(Object) |
Compares the given object (which is probably an EntityProperty) for equality with this object. |
Equals(EntityProperty) |
Compares the given object (which is probably an EntityProperty) for equality with this object. |
Equals(Object)
Compares the given object (which is probably an EntityProperty) for equality with this object.
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
The other object.
Returns
true
if the objects are equivalent; false
otherwise.
Applies to
Equals(EntityProperty)
Compares the given object (which is probably an EntityProperty) for equality with this object.
public bool Equals (Microsoft.Azure.Cosmos.Table.EntityProperty other);
override this.Equals : Microsoft.Azure.Cosmos.Table.EntityProperty -> bool
Public Function Equals (other As EntityProperty) As Boolean
Parameters
- other
- EntityProperty
The other EntityProperty object.
Returns
true
if the objects are equivalent; false
otherwise.
Implements
Applies to
Azure SDK for .NET