Share via


RelationalTypeMappingInfo.Equals Method

Definition

Overloads

Equals(RelationalTypeMappingInfo)

Compares this RelationalTypeMappingInfo to another to check if they represent the same mapping.

Equals(Object)

Compares this RelationalTypeMappingInfo to another to check if they represent the same mapping.

Equals(RelationalTypeMappingInfo)

Compares this RelationalTypeMappingInfo to another to check if they represent the same mapping.

public bool Equals (Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo other);
override this.Equals : Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo -> bool
Public Function Equals (other As RelationalTypeMappingInfo) As Boolean

Parameters

other
RelationalTypeMappingInfo

The other object.

Returns

true if they represent the same mapping; false otherwise.

Implements

Applies to

Equals(Object)

Compares this RelationalTypeMappingInfo to another to check if they represent the same mapping.

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 they represent the same mapping; false otherwise.

Applies to