EntityProperty.Equals Method

Definition

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