Method Equals
Equals(Object)
LUCENENET Specific - test for value equality similar to how it is done in Java
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Another dictionary to test the values of |
Returns
Type | Description |
---|---|
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)