ExtensionBlockInfo.Equals Method

Namespace
Kampute.DocToolkit.Metadata.Reflection
Assembly
  • Kampute.DocToolkit.dll
ExtensionBlockInfo.Equals(ExtensionBlockInfo)Determines whether the current instance is equal to the specified ExtensionBlockInfo object.
ExtensionBlockInfo.Equals(object)Determines whether the specified object is equal to the current instance.

ExtensionBlockInfo.Equals(ExtensionBlockInfo)

Determines whether the current instance is equal to the specified ExtensionBlockInfo object.
public bool Equals(ExtensionBlockInfo other)

Parameters

other ExtensionBlockInfo
The ExtensionBlockInfo to compare with the current instance.

Returns

bool
true if the current instance is equal to other; otherwise, false.

ExtensionBlockInfo.Equals(object)

Determines whether the specified object is equal to the current instance.
public override bool Equals(object obj)

Parameters

obj object
The object to compare with the current instance.

Returns

bool
true if the specified object is equal to the current instance; otherwise, false.