DictClass.Isinterface Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether an object is an interface.
public:
virtual bool Isinterface();
public virtual bool Isinterface ();
abstract member Isinterface : unit -> bool
override this.Isinterface : unit -> bool
Public Overridable Function Isinterface () As Boolean
Returns
true if the object is an interface; otherwise, false.