Test if object implements interface September 21, 2022 by Tarik if (object is IBlah) or IBlah myTest = originalObject as IBlah if (myTest != null)