EncodingDefinitionEquals(EncodingDefinition) Method

Indicates whether the current object is equal to another object of the same type.

Definition

Namespace: SnapDB.Snap
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool Equals(
	EncodingDefinition other
)

Parameters

other  EncodingDefinition
An object to compare with this object.

Return Value

Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)

See Also