TypeAdapter.Equals Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
| TypeAdapter.Equals(IType) | Determines whether the specified type is equal to this type based on their signatures. |
| TypeAdapter.Equals(object) | Determines whether the specified object is equal to this type. |
TypeAdapter.Equals(IType)
Determines whether the specified type is equal to this type based on their signatures.
public virtual bool Equals(IType other)Parameters
otherIType- The type to compare with the current type.
Returns
TypeAdapter.Equals(object)
Determines whether the specified object is equal to this type.
public override bool Equals(object obj)Parameters
objobject- The object to compare with the current type.
