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
otherExtensionBlockInfo- The ExtensionBlockInfo to compare with the current instance.
Returns
ExtensionBlockInfo.Equals(object)
Determines whether the specified object is equal to the current instance.
public override bool Equals(object obj)Parameters
objobject- The object to compare with the current instance.
