Edit

Share via


AssemblyAttributeFeatureProvider<TFeature>.Equals Method

Definition

Overloads

Equals(AssemblyAttributeFeatureProvider<TFeature>)

Returns true if this instance is equivalent to the provided instance, false otherwise.

Equals(Object)

Equals(AssemblyAttributeFeatureProvider<TFeature>)

Source:
AssemblyAttributeFeatureProvider.cs

Returns true if this instance is equivalent to the provided instance, false otherwise.

public bool Equals (Orleans.ApplicationParts.AssemblyAttributeFeatureProvider<TFeature> other);
override this.Equals : Orleans.ApplicationParts.AssemblyAttributeFeatureProvider<'Feature> -> bool
Public Function Equals (other As AssemblyAttributeFeatureProvider(Of TFeature)) As Boolean

Parameters

other
AssemblyAttributeFeatureProvider<TFeature>

The other instance.

Returns

true if this instance is equivalent to the provided instance, false otherwise.

Applies to

Equals(Object)

Source:
AssemblyAttributeFeatureProvider.cs

Determines whether the specified object is equal to the current object.

public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

Returns

Applies to