ParameterBuilder.Equals Method (Object)

 

Specifies whether this instance is equal to a specific object.

Namespace:   System.Data.Entity.Migrations.Builders
Assembly:  EntityFramework (in EntityFramework.dll)

[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override bool Equals(
	object obj
)

Parameters

obj
Type: System.Object

The object to compare.

Return Value

Type: System.Boolean

true if this instance is equal to a specific object; otherwise, false.