[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eGrpcChannelOptions.CustomOption\u003c/code\u003e is a class that represents a custom option, which can hold either a 32-bit integer or a string value.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements the \u003ccode\u003eIEquatable<GrpcChannelOptions.CustomOption>\u003c/code\u003e interface, allowing for equality comparisons with other \u003ccode\u003eCustomOption\u003c/code\u003e instances.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCustomOption\u003c/code\u003e objects can be created with a string name and either an integer or a string value, and it exposes properties to retrieve these, such as \u003ccode\u003eIntegerValue\u003c/code\u003e, \u003ccode\u003eStringValue\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, and \u003ccode\u003eType\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes constructors for creating custom integer options (\u003ccode\u003eCustomOption(string name, int value)\u003c/code\u003e) and custom string options (\u003ccode\u003eCustomOption(string name, string value)\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCustomOption\u003c/code\u003e provides methods to check for equality with another \u003ccode\u003eCustomOption\u003c/code\u003e object, or any other object, and also overrides the \u003ccode\u003eGetHashCode\u003c/code\u003e method.\u003c/p\u003e\n"]]],[],null,[]]