Share via


TypeMappingInfo.Equals Method

Definition

Overloads

Equals(Object)

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

Equals(TypeMappingInfo)

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

Equals(Object)

Compares this TypeMappingInfo 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

Equals(TypeMappingInfo)

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

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

Parameters

other
TypeMappingInfo

The other object.

Returns

true if they represent the same mapping; false otherwise.

Implements

Applies to